All checks were successful
Build and Deploy Hugo Blog / build (push) Successful in 44s
82 lines
1.7 KiB
TOML
82 lines
1.7 KiB
TOML
baseurl = "https://blog.glarose.fr"
|
|
title = "Ghislain Blog"
|
|
theme = "PaperMod"
|
|
|
|
DefaultContentLanguage = "fr"
|
|
DefaultContentLanguageInSubdir = false
|
|
|
|
[languages]
|
|
[languages.fr]
|
|
contentDir = "content/fr"
|
|
weight = 1
|
|
languageName = "Français"
|
|
|
|
[[languages.fr.menu.main]]
|
|
name = "Blog"
|
|
url = "blog"
|
|
weight = 1
|
|
|
|
[[languages.fr.menu.main]]
|
|
name = "À propos"
|
|
url = "page/about/"
|
|
weight = 2
|
|
|
|
[[languages.fr.menu.main]]
|
|
name = "Tags"
|
|
url = "tags"
|
|
weight = 3
|
|
|
|
[[languages.fr.menu.main]]
|
|
name = "Archives"
|
|
url = "archives"
|
|
weight = 4
|
|
|
|
[params]
|
|
author = "Ghislain"
|
|
description = "Mon Blog Tech & Autres - Tech, Selfhost, DevOps & Running"
|
|
keywords = ["blog", "devops", "musique", "podcast"]
|
|
defaultTheme = "auto"
|
|
disableThemeToggle = false
|
|
ShowPostNavLinks = true
|
|
ShowBreadCrumbs = true
|
|
ShowReadingTime = true
|
|
ShowShareButtons = true
|
|
ShowToc = true
|
|
TocOpen = true
|
|
comments = false
|
|
|
|
[params.assets]
|
|
favicon = "/img/favicon/favicon_blog.png"
|
|
disableHLJS = false
|
|
|
|
[params.homeInfoParams]
|
|
Title = "Bienvenue sur mon blog ! 👋"
|
|
Content = "Un petit coin sur Internet pour raconter et documenter tout ce qui tourne autour de la tech."
|
|
|
|
[[params.assets.css]]
|
|
href = "https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&display=swap"
|
|
|
|
[[params.socialIcons]]
|
|
name = "linktree"
|
|
url = "https://linktr.ee/redscapefactory"
|
|
|
|
[[params.socialIcons]]
|
|
name = "instagram"
|
|
url = "https://instagram.com/redscapefactory"
|
|
|
|
[[params.socialIcons]]
|
|
name = "soundcloud"
|
|
url = "https://soundcloud.com/redscapefactory"
|
|
|
|
[[params.socialIcons]]
|
|
name = "bandcamp"
|
|
url = "https://redscapefactory.bandcamp.com"
|
|
|
|
[markup.highlight]
|
|
style = "dracula"
|
|
|
|
[outputs]
|
|
home = ["HTML", "RSS", "JSON"]
|
|
|
|
[build]
|
|
writeStats = true |