devroom.io/config.toml

83 lines
2.1 KiB
TOML
Raw Normal View History

2019-06-05 12:32:16 +00:00
baseurl = "https://www.devroom.io"
2020-03-09 10:40:44 +00:00
title = "devroom.io"
theme = "devroom-2020"
2019-06-05 12:32:16 +00:00
languagecode = "en"
defaultcontentlanguage = "en"
2019-01-13 14:57:47 +00:00
2020-03-09 10:40:44 +00:00
copyright = "Copyright © 1999-2020 Ariejan de Vroom &lt;<a href='/contact/'>ariejan@devroom.io</a>&gt;"
2019-01-13 14:57:47 +00:00
2020-03-09 10:40:44 +00:00
paginate = 9999
2019-01-13 14:57:47 +00:00
canonifyurls = true
2020-03-09 10:40:44 +00:00
# pygmentsstyle = "solarized-dark256"
pygmentsstyle = "monokai"
2019-06-05 12:32:16 +00:00
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
2019-01-13 14:57:47 +00:00
googleAnalytics = "UA-60089-16"
2019-06-05 12:32:16 +00:00
disqusShortname = ""
2017-03-20 13:32:18 +00:00
2019-06-05 12:32:16 +00:00
[permalinks]
posts = "/:year/:month/:day/:slug"
2019-01-13 14:57:47 +00:00
2020-02-27 14:03:04 +00:00
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
2019-01-13 14:57:47 +00:00
[params]
2019-06-05 12:32:16 +00:00
author = "Ariejan de Vroom"
2020-03-09 10:40:44 +00:00
info = "Software Engineer, among a truckload of other things"
2020-02-27 13:01:10 +00:00
description = "Ariejan de Vroom's personal website on software engineering and electronics tinkering"
2019-06-05 12:32:16 +00:00
keywords = "blog,developer,personal,electronics"
2020-03-09 10:40:44 +00:00
footerquote = "Live now; make <em>now</em> always the most precious time. <em>Now</em> will never come again.<br>&nbsp;&nbsp;&nbsp;&nbsp; Jean-Luc Picard"
matomoTrackingUrl = "https://matomo.devroom.io/matomo.php?idsite=2&amp;rec=1"
2019-06-05 12:32:16 +00:00
2020-03-09 10:40:44 +00:00
mainSections = ["posts", "projects"]
2019-06-05 12:32:16 +00:00
2020-03-09 10:40:44 +00:00
[[params.skill]]
content = "Writing rock-solid backend stuff in whatever's hip today"
2019-06-05 12:32:16 +00:00
weight = 10
2020-03-09 10:40:44 +00:00
[[params.skill]]
content = "Automating things that don't really need automating"
2019-06-05 12:32:16 +00:00
weight = 20
2020-03-09 10:40:44 +00:00
[[params.skill]]
content = "Writing fiction that I'm too afraid to share with the world"
2019-06-05 12:32:16 +00:00
weight = 30
2020-03-09 10:40:44 +00:00
[[params.popular]]
name = "approved by over 50k Googlers and Stack Overflowers every month!"
url = "/tags/git/"
weight = 10
[[params.popular]]
name = "see how I fix things (even though I have no idea what I'm doing)"
url = "/tags/repair/"
weight = 5
2019-06-05 12:32:16 +00:00
# Menu links
2019-06-05 12:35:41 +00:00
[[menu.main]]
2020-03-09 10:40:44 +00:00
name = "devroom.io"
2019-06-05 12:35:41 +00:00
weight = 1
url = "/"
2019-01-13 14:57:47 +00:00
[[menu.main]]
2020-03-09 10:40:44 +00:00
name = "blog"
2019-06-05 12:32:16 +00:00
weight = 10
url = "/posts/"
2019-01-13 14:57:47 +00:00
[[menu.main]]
2020-03-09 10:40:44 +00:00
name = "projects"
2019-06-05 12:32:16 +00:00
weight = 20
url = "/projects/"
2019-01-13 14:57:47 +00:00
[[menu.main]]
2020-03-09 10:40:44 +00:00
name = "about"
2019-06-05 12:32:16 +00:00
weight = 40
url = "/about/"
2020-02-27 14:03:04 +00:00
[[menu.main]]
2020-03-09 10:40:44 +00:00
name = "gpg"
2020-02-27 14:03:04 +00:00
weight = 90
url = "/gpg/"
2019-01-13 14:57:47 +00:00
[[menu.main]]
2020-03-09 10:40:44 +00:00
name = "contact"
2020-02-27 14:03:04 +00:00
weight = 100
2019-06-05 12:32:16 +00:00
url = "/contact/"