devroom.io/config.toml

42 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
2024-01-25 13:00:33 +00:00
copyright = "© 2024 Ariejan de Vroom"
2019-01-13 14:57:47 +00:00
2024-01-24 11:20:57 +00:00
paginate = 99999
2019-01-13 14:57:47 +00:00
canonifyurls = true
2019-06-05 12:32:16 +00:00
disqusShortname = ""
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
2024-01-24 13:52:33 +00:00
[markup.highlight]
codeFences = true
guessSyntax = true
lineNoStart = 1
lineNos = true
lineNumbersInTable = false
noClasses = true
2024-08-15 08:19:51 +00:00
style = "github"
2024-01-24 13:52:33 +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"]