devroom.io/config.toml

85 lines
2.2 KiB
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

baseurl = "https://www.devroom.io"
title = "devroom.io"
theme = "devroom-2020"
languagecode = "en"
defaultcontentlanguage = "en"
copyright = "Copyright © 1999-2020 Ariejan de Vroom &lt;<a href='/contact/'>ariejan@devroom.io</a>&gt;"
paginate = 9999
canonifyurls = true
# pygmentsstyle = "solarized-dark256"
pygmentsstyle = "monokai"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
googleAnalytics = "UA-60089-16"
disqusShortname = ""
enableGitInfo = true
[permalinks]
posts = "/:year/:month/:day/:slug"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[params]
author = "Ariejan de Vroom"
info = "Software Engineer, among a truckload of other things"
description = "Ariejan de Vroom's personal website on software engineering and electronics tinkering"
keywords = "blog,developer,personal,electronics"
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"
mainSections = ["posts", "projects"]
[[params.skill]]
content = "Writing rock-solid backend stuff in whatever's hip today"
weight = 10
[[params.skill]]
content = "Automating things that don't really need automating"
weight = 20
[[params.skill]]
content = "Writing fiction that I'm too afraid to share with the world"
weight = 30
[[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
# Menu links
[[menu.main]]
name = "devroom.io"
weight = 1
url = "/"
[[menu.main]]
name = "blog"
weight = 10
url = "/posts/"
[[menu.main]]
name = "projects"
weight = 20
url = "/projects/"
[[menu.main]]
name = "about"
weight = 40
url = "/about/"
[[menu.main]]
name = "gpg"
weight = 90
url = "/gpg/"
[[menu.main]]
name = "contact"
weight = 100
url = "/contact/"