From e99be7fc2302c61bfc88a88faff63041d9ecaaa0 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Tue, 28 Jan 2025 23:14:14 +0100 Subject: [PATCH] chore: update site configuration because this semester courses --- config.toml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/config.toml b/config.toml index 92d48e9..55b5b77 100644 --- a/config.toml +++ b/config.toml @@ -19,20 +19,12 @@ enableRobotsTXT = false toc = true post_navigation = true mainSections = [ - "reseaux_protocoles", - "ia", - "secu_systeme", - "conception_formelle", - "secu_logicielle", - "bdd_avancees", - "systemes_exploitation", - "admin_reseau", - "secu_reseaux", - "conduite_projet" + "conduite_projet", + "introduction_verification" ] post_meta = ["author", "date", "categories", "translations"] mathjax = true - mathjaxPath = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.6/MathJax.js" # Specify MathJax path + mathjaxPath = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.2/es5/tex-svg.js" # Specify MathJax path mathjaxConfig = "TeX-AMS-MML_HTMLorMML" # Specify MathJax config [Params.sidebar] home = "right" # Configure layout for home page @@ -43,5 +35,5 @@ enableRobotsTXT = false [Params.Author] # Used in authorbox name = "ephase" - bio = "Adminstrateur système, j'ai d'abord intégré la Licence Pro ADSILLH et maintenant le Master IDI à l'Université de Bodreaux" + bio = "Adminstrateur système, j'ai d'abord intégré la Licence Pro ADSILLH et maintenant le Master IDI à l'Université de Bordeaux" avatar = "assets/images/souris.svg"