devroom.io/config.toml
2024-08-15 10:19:51 +02:00

42 lines
1.1 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-2024"
languagecode = "en"
defaultcontentlanguage = "en"
copyright = "© 2024 Ariejan de Vroom"
paginate = 99999
canonifyurls = true
disqusShortname = ""
enableGitInfo = true
[permalinks]
posts = "/:year/:month/:day/:slug"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
codeFences = true
guessSyntax = true
lineNoStart = 1
lineNos = true
lineNumbersInTable = false
noClasses = true
style = "github"
[params]
author = "Ariejan de Vroom"
info = "Family man, software engineer, bass guitar player, DIY car mechanic, among many other things"
description = "Ariejan de Vroom's personal website on software engineering, electronics tinkering and car mechanics."
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"
mainSections = ["posts", "projects"]