Skip to content

Commit

Permalink
Change embed file name
Browse files Browse the repository at this point in the history
  • Loading branch information
dashdashzako committed Nov 21, 2019
1 parent 9a376de commit 11171af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ disableKinds = ["taxonomy", "taxonomyTerm", "sitemap"]
enableGitInfo = true

[mediaTypes]
[mediaTypes."text/fun"]
[mediaTypes."text/embed"]
suffixes = ["html"]

[outputFormats]
[outputFormats.FUN]
baseName = "fun"
[outputFormats.EMBED]
baseName = "embed"
suffix = "html"
mediaType = "text/fun"
mediaType = "text/embed"

[outputs]
home = ["HTML"]
page = ["HTML", "FUN"]
page = ["HTML", "EMBED"]

[params]
mediaBaseURL = "https://static.bordeaux.inria.fr/mooc-accessibility/media"
File renamed without changes.

0 comments on commit 11171af

Please sign in to comment.