Add formal conception to home
This commit is contained in:
parent
f82330af00
commit
c99698329e
1 changed files with 9 additions and 2 deletions
11
config.toml
11
config.toml
|
@ -11,7 +11,7 @@ enableRobotsTXT = false
|
||||||
|
|
||||||
[Author] # Used in authorbox
|
[Author] # Used in authorbox
|
||||||
name = "ephase"
|
name = "ephase"
|
||||||
bio = "Adminstrateur système, j'ai d'abord intégré la Licence Pro ADSILLH et mainrenant 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 Bodreaux"
|
||||||
avatar = "assets/images/souris.svg"
|
avatar = "assets/images/souris.svg"
|
||||||
|
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
|
@ -22,7 +22,14 @@ enableRobotsTXT = false
|
||||||
description = "Licence ADSILLH et Master IDI, mes notes de cours et de TD"
|
description = "Licence ADSILLH et Master IDI, mes notes de cours et de TD"
|
||||||
toc = true
|
toc = true
|
||||||
post_navigation = true
|
post_navigation = true
|
||||||
mainSections = ["bdd_avancees", "systemes_exploitation", "admin_reseau", "secu_reseaux"]
|
mainSections = [
|
||||||
|
"conception_formelle",
|
||||||
|
"secu_logicielle",
|
||||||
|
"bdd_avancees",
|
||||||
|
"systemes_exploitation",
|
||||||
|
"admin_reseau",
|
||||||
|
"secu_reseaux"
|
||||||
|
]
|
||||||
post_meta = ["author", "date", "categories", "translations"]
|
post_meta = ["author", "date", "categories", "translations"]
|
||||||
mathjax = true
|
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/2.7.6/MathJax.js" # Specify MathJax path
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue