fix: incompatibilities with new hugo version
This commit is contained in:
parent
44404f4034
commit
b5179b97ac
3 changed files with 24 additions and 24 deletions
12
config.toml
12
config.toml
|
@ -9,10 +9,6 @@ rssLimit = 10
|
|||
paginate = 10
|
||||
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]
|
||||
category = "categories"
|
||||
|
@ -31,7 +27,8 @@ enableRobotsTXT = false
|
|||
"bdd_avancees",
|
||||
"systemes_exploitation",
|
||||
"admin_reseau",
|
||||
"secu_reseaux"
|
||||
"secu_reseaux",
|
||||
"conduite_projet"
|
||||
]
|
||||
post_meta = ["author", "date", "categories", "translations"]
|
||||
mathjax = true
|
||||
|
@ -43,3 +40,8 @@ enableRobotsTXT = false
|
|||
single = false # Configure layout for single pages
|
||||
# Enable widgets in given order
|
||||
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"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "Installation : Postfix + LDAP"
|
||||
categories: ["Installation", "TD machine"]
|
||||
tags: ["Postfix", "LDAP", "maildir"]
|
||||
date: 2018-10-4
|
||||
date: 2018-10-04
|
||||
lastmod: 2018-10-18
|
||||
---
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@ title: "Sécurité logicielle : TD 9 Hackme"
|
|||
date: 2023-04-14
|
||||
tags: ["Assembleur", "x86"]
|
||||
categories: ["Sécurité logicielle", "TD"]
|
||||
author:
|
||||
- Yorick Barbanneau
|
||||
---
|
||||
|
||||
## Level 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue