diff --git a/web/config.toml b/web/config.toml index fe1a088a26a1893ed170e8987092eeee796b2c44..1f1df39bbc8411ef3dc0b46cac65a1596684a8dd 100644 --- a/web/config.toml +++ b/web/config.toml @@ -1,5 +1,5 @@ -baseURL = "http://alexandre.meyer.pages.univ-lyon1.fr/hugo-web-minimal/" -title = "UE Bidule" +baseURL = "http://alexandre.meyer.pages.univ-lyon1.fr/lifapcd/" +title = "LIFAPCD Conception et développement d'applications" theme = "congo" languageCode = "fr-FR" enableInlineShortcodes = true @@ -10,11 +10,11 @@ publishDir = "public" [params] - description = "UE Bidule" + description = "LIFAPCD Conception et développement d'applications" copyright = "" dark = "auto" highlight = true - mainSections = "personnage;controle;posts" + mainSections = "Cours;TD;Projets;Planning" #color = "gray" # Any color in CSS syntax #width = "52rem" # Any length in CSS syntax colorScheme = "fire" @@ -32,26 +32,33 @@ publishDir = "public" [menu] [[menu.main]] - identifier = "PartieA" - name = "PartieA" - title = "PartieA" - url = "https://partiea.html" + identifier = "Cours" + name = "Cours" + title = "Cours" + url = "/cours" weight = 1 [[menu.main]] - identifier = "PartieB" - name = "PartieB" - title = "PartieB" - url = "/partieb/" + identifier = "TD" + name = "TD" + title = "TD" + url = "/td/" weight = 2 [[menu.main]] - identifier = "PartieC" - name = "PartieC" - title = "PartieC" - url = "/partiec/" + identifier = "Projet" + name = "Projet" + title = "Projet" + url = "/projet/" weight = 3 + [[menu.main]] + identifier = "Planning" + name = "Planning" + title = "Planning" + url = "/planning/" + weight = 4 + [permalinks] posts = "/:title/"