nemunai.re/config.toml

52 lines
1.1 KiB
TOML

baseURL = "https://www.nemunai.re/"
DefaultContentLanguage = "en"
languageCode = "en-us"
title = "Nemunaire's blog"
theme = "nemhugo"
pygmentsUseClasses = true
pygmentCodeFences = true
[Params]
rss = true
[[Params.thumb]]
src = "https://cdn.nemunai.re/img/octotron.jpg"
desc = "Nemubot: a smart and modulable IM bot!"
link = "https://github.com/nemunaire/nemubot/"
[[Params.thumb]]
src = "https://cdn.nemunai.re/img/qarnot.png"
desc = "My current company: Qarnot."
link = "https://www.qarnot.com/"
[[Params.thumb]]
src = "https://you.p0m.fr/images/egrets"
desc = "YouP0m: daily cute pictures."
link = "https://you.p0m.fr/"
[[Params.thumb]]
src = "https://cdn.nemunai.re/img/epita.png"
desc = "My school: Épita."
link = "http://epita.fr/"
[Author]
name = "Pierre-Olivier Mercier"
email = "blog@nemunai.re"
github = "nemunaire"
linkedin = "pmercier1"
[[menu.main]]
name = "Blog"
url = ""
weight = 1
[[menu.main]]
name = "Tags"
url = "tags"
weight = 2
[[menu.main]]
name = "About"
url = "about/"
weight = 3