Initial commit: Hugo blog with PaperMod theme
All checks were successful
Build and Deploy Hugo Blog / build (push) Successful in 5m0s
All checks were successful
Build and Deploy Hugo Blog / build (push) Successful in 5m0s
This commit is contained in:
74
config.toml
Normal file
74
config.toml
Normal file
@@ -0,0 +1,74 @@
|
||||
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 = "Redscape"
|
||||
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
|
||||
comments = 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.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
|
||||
Reference in New Issue
Block a user