Update RSS feed support and enhance footer layout
Some checks are pending
/ test (push) Waiting to run
Some checks are pending
/ test (push) Waiting to run
This commit is contained in:
parent
68ce5a2752
commit
991f13688e
4 changed files with 11 additions and 7 deletions
5
hugo.yml
5
hugo.yml
|
@ -1,7 +1,7 @@
|
|||
baseURL: 'https://blog.achilletoupin.com/'
|
||||
languageCode: 'fr-fr'
|
||||
title: 'Achille Toupin'
|
||||
#description: 'Blog personnel de moi'
|
||||
|
||||
theme: 'PaperMod'
|
||||
taxonomies:
|
||||
- tag: tags
|
||||
|
@ -30,6 +30,7 @@ menu:
|
|||
|
||||
|
||||
params:
|
||||
description: "Mes pensées, idées et projets récents"
|
||||
# defaultTheme: light
|
||||
# defaultTheme: dark
|
||||
defaultTheme: auto # to switch between dark or light according to browser theme
|
||||
|
@ -64,7 +65,7 @@ params:
|
|||
outputFormats:
|
||||
RSS:
|
||||
baseName: "feed"
|
||||
|
||||
|
||||
outputs:
|
||||
home:
|
||||
- HTML
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue