39 lines
959 B
TOML
39 lines
959 B
TOML
baseURL = "https://virtit.fr/"
|
|
languageCode = "fr-FR"
|
|
title = "VirtIT"
|
|
theme = "hugo-theme-nix"
|
|
|
|
[params]
|
|
TwitterID = "@AmazingBeu"
|
|
GnuPGFingerprint = "7617D5B0C3BDF5C9"
|
|
Name = "Beu"
|
|
HeaderUsername = "benoit"
|
|
HeaderHostname = "virtit.fr"
|
|
Email = "benoit+ws@virtit.fr"
|
|
About = "Administrateur Système et Réseau. Partisan du libre et de la vie privée, cryptoterroriste amateur et G@m3r à mes temps perdu."
|
|
ProfilePicture = "/images/logo.png"
|
|
Favicon = "/images/favicon.png"
|
|
wiki = "https://wiki.virtit.fr/"
|
|
git = "https://git.virtit.fr/explore/repos"
|
|
|
|
[menu]
|
|
[[menu.header]]
|
|
identifier = "post"
|
|
name = "posts"
|
|
weight = 1
|
|
url = "/posts"
|
|
[[menu.header]]
|
|
name = "a\\ propos"
|
|
weight = 0
|
|
url = "/about"
|
|
[[menu.header]]
|
|
name = "VirtIT"
|
|
weight = 1
|
|
url = "/about/virtit"
|
|
parent = "a\\ propos"
|
|
[[menu.header]]
|
|
name = "Moi"
|
|
weight = 0
|
|
url = "/about/moi"
|
|
parent = "a\\ propos"
|