devroom.io/config.toml

39 lines
1.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"
2024-01-24 10:48:34 +00:00
theme = "devroom-2024"
2019-06-05 12:32:16 +00:00
languagecode = "en"
defaultcontentlanguage = "en"
2019-01-13 14:57:47 +00:00
2023-01-27 14:52:21 +00:00
copyright = "Copyright © 1999-2023 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
2020-03-11 09:18:52 +00:00
enableGitInfo = true
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]
2022-08-04 07:39:09 +00:00
unsafe = true
2020-02-27 14:03:04 +00:00
2019-01-13 14:57:47 +00:00
[params]
2019-06-05 12:32:16 +00:00
author = "Ariejan de Vroom"
2023-05-22 07:32:15 +00:00
info = "Family man, software engineer, bass guitar player, DIY car mechanic, among many other things"
2023-01-27 14:52:21 +00:00
description = "Ariejan de Vroom's personal website on software engineering, electronics tinkering and car mechanics."
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"
2019-06-05 12:32:16 +00:00
2020-03-09 10:40:44 +00:00
mainSections = ["posts", "projects"]