fix: incompatibilities with new hugo version

This commit is contained in:
Yorick Barbanneau 2025-01-16 22:08:24 +01:00
parent 44404f4034
commit b5179b97ac
3 changed files with 24 additions and 24 deletions

View file

@ -9,10 +9,6 @@ rssLimit = 10
paginate = 10 paginate = 10
enableRobotsTXT = false enableRobotsTXT = false
[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"
avatar = "assets/images/souris.svg"
[taxonomies] [taxonomies]
category = "categories" category = "categories"
@ -31,7 +27,8 @@ enableRobotsTXT = false
"bdd_avancees", "bdd_avancees",
"systemes_exploitation", "systemes_exploitation",
"admin_reseau", "admin_reseau",
"secu_reseaux" "secu_reseaux",
"conduite_projet"
] ]
post_meta = ["author", "date", "categories", "translations"] post_meta = ["author", "date", "categories", "translations"]
mathjax = true mathjax = true
@ -43,3 +40,8 @@ enableRobotsTXT = false
single = false # Configure layout for single pages single = false # Configure layout for single pages
# Enable widgets in given order # Enable widgets in given order
widgets = ["search", "categories", "taglist"] widgets = ["search", "categories", "taglist"]
[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"
avatar = "assets/images/souris.svg"

View file

@ -2,7 +2,7 @@
title: "Installation : Postfix + LDAP" title: "Installation : Postfix + LDAP"
categories: ["Installation", "TD machine"] categories: ["Installation", "TD machine"]
tags: ["Postfix", "LDAP", "maildir"] tags: ["Postfix", "LDAP", "maildir"]
date: 2018-10-4 date: 2018-10-04
lastmod: 2018-10-18 lastmod: 2018-10-18
--- ---

View file

@ -3,8 +3,6 @@ title: "Sécurité logicielle : TD 9 Hackme"
date: 2023-04-14 date: 2023-04-14
tags: ["Assembleur", "x86"] tags: ["Assembleur", "x86"]
categories: ["Sécurité logicielle", "TD"] categories: ["Sécurité logicielle", "TD"]
author:
- Yorick Barbanneau
--- ---
## Level 0 ## Level 0