chore: update site configuration because this semester courses
This commit is contained in:
parent
29b4399ff8
commit
e99be7fc23
1 changed files with 4 additions and 12 deletions
16
config.toml
16
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue