nemunai.re/config.toml

58 lines
1.1 KiB
TOML
Raw Normal View History

2017-07-23 22:39:52 +00:00
baseURL = "https://www.nemunai.re/"
DefaultContentLanguage = "en"
2017-07-23 22:39:52 +00:00
languageCode = "en-us"
title = "Nemunaire's blog"
theme = "nemhugo"
pygmentsUseClasses = true
pygmentsCodeFences = true
[Params]
2017-07-30 21:10:25 +00:00
logo = "img/mug.png"
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]
2017-07-30 21:11:51 +00:00
name = "nemunaire"
email = "blog@nemunai.re"
github = "nemunaire"
2018-06-11 16:28:18 +00:00
bitbucket = "nemunaire"
[[menu.main]]
name = "Blog"
url = ""
weight = 1
[[menu.main]]
name = "Tags"
url = "tags"
weight = 2
[[menu.main]]
name = "About"
url = "about/"
weight = 3
2017-07-30 22:49:34 +00:00
[[menu.main]]
name = "Talks"
url = "talks/"
weight = 4