Inclure Hugo config for grimbox.be

This commit is contained in:
Fred Pauchet 2024-02-21 20:31:59 +01:00
parent c37001c63f
commit 54184dd83c
6 changed files with 76 additions and 0 deletions

View File

@ -0,0 +1,9 @@
[taxonomies]
tag = "tags"
category = "categories"
author = "authors"
series = "series"
writer = "writers"
[outputs]
home = ["HTML", "RSS", "JSON"]

View File

@ -0,0 +1,6 @@
[frontmatter]
date = [':filename', ':default']
[outputs]
home = [ "HTML", "JSON" ]

View File

@ -0,0 +1,2 @@
title = "Grimbox"

View File

@ -0,0 +1,44 @@
# config/_default/menus.toml
[[main]]
name = "A blog life"
url = "/a-blog-life"
weight = 5
[[main]]
name = "Au coin du feu"
url = "/au-coin-du-feu"
weight = 10
[[main]]
name = "A la maison"
url = "/home"
weight = 20
[[main]]
name = "Sécurité/intimité"
url = "/security+privacy"
weight = 30
[[main]]
name = "Systèmes"
url = "/sys"
weight = 40
[[main]]
name = "Technologeek"
url = "/technologeek"
weight = 50
[[main]]
identifier = "github"
pre = "github"
url = "https://sources.grimbox.be"
weight = 60
[[main]]
name = "Shaarli"
url = "https://shaarli.grimbox.be"
weight = 70

View File

@ -0,0 +1,9 @@
colorScheme = "blowfish"
enableCodeCopy = true
enableSearch = true
article.relatedContentLimit = 5
article.showRelatedContent = true
article.showTableOfContents = true
article.showTaxonomies = true

6
hugo.toml Normal file
View File

@ -0,0 +1,6 @@
baseURL = 'https://grimbox.be'
languageCode = 'fr-fr'
defaultContentLanguage = 'fr'
title = 'Grimblog'
theme = 'blowfish'