diff --git a/web/config.toml b/web/config.toml index 2ff1f27194963024651bc1bc7fb40c585a845f09..1c066ebc6aa212c864cf10d0df1a7c5fa9cd39fd 100644 --- a/web/config.toml +++ b/web/config.toml @@ -1,76 +1,69 @@ -baseURL = "http://alexandre.meyer.pages.univ-lyon1.fr/m1if37-animation/" -title = "M1if37 Animation en synthèse d'images" -#theme = "etch" -#theme = "ucax" -#theme = "paige" -#theme = "hugo-flex" -theme = "congo" -languageCode = "fr-FR" -enableInlineShortcodes = true -pygmentsCodeFences = true -pygmentsUseClasses = true - -publishDir = "public" - - -# [author] -# name = "Alexandre Meyer" -# image = "img/author.jpg" -# headline = "M1if37" -# bio = "" - - -[params] - description = "Animation en synthèse d'images" - copyright = "" - dark = "auto" - highlight = true - mainSections = "personnage;controle;posts" - #color = "gray" # Any color in CSS syntax - #width = "52rem" # Any length in CSS syntax - colorScheme = "fire" - # footer= "" - # rss = "" - article.showDate = false - - -# [[footer]] -# name = "Privacy" -# url = "https://external-link" -# - name: Aboutaaa -# url: about/ -# weight: 1 - -[menu] - [[menu.main]] - identifier = "Physique" - name = "Physique" - title = "Physique" - url = "https://perso.liris.cnrs.fr/fzara/Web/M1Animation.html" - weight = 1 - - [[menu.main]] - identifier = "Personnage" - name = "Personnage" - title = "Personnage" - url = "/personnage/" - weight = 2 - - [[menu.main]] - identifier = "Controle" - name = "Controle" - title = "Controle" - url = "/controle/" - weight = 3 - - -[permalinks] - posts = "/:title/" - -[markup.goldmark.renderer] - # Allow HTML in Markdown - unsafe = true - - [markup.tableOfContents] - ordered = true - +baseURL = "http://alexandre.meyer.pages.univ-lyon1.fr/hugo-web-minimal/" +title = "UE Bidule" +#theme = "etch" +#theme = "ucax" +#theme = "paige" +#theme = "hugo-flex" +theme = "congo" +languageCode = "fr-FR" +enableInlineShortcodes = true +pygmentsCodeFences = true +pygmentsUseClasses = true + +publishDir = "public" + + +[params] + description = "Animation en synthèse d'images" + copyright = "" + dark = "auto" + highlight = true + mainSections = "personnage;controle;posts" + #color = "gray" # Any color in CSS syntax + #width = "52rem" # Any length in CSS syntax + colorScheme = "fire" + # footer= "" + # rss = "" + article.showDate = false + + +# [[footer]] +# name = "Privacy" +# url = "https://external-link" +# - name: Aboutaaa +# url: about/ +# weight: 1 + +[menu] + [[menu.main]] + identifier = "Physique" + name = "Physique" + title = "Physique" + url = "https://perso.liris.cnrs.fr/fzara/Web/M1Animation.html" + weight = 1 + + [[menu.main]] + identifier = "Personnage" + name = "Personnage" + title = "Personnage" + url = "/personnage/" + weight = 2 + + [[menu.main]] + identifier = "Controle" + name = "Controle" + title = "Controle" + url = "/controle/" + weight = 3 + + +[permalinks] + posts = "/:title/" + +[markup.goldmark.renderer] + # Allow HTML in Markdown + unsafe = true + + [markup.tableOfContents] + ordered = true +