devroom.io/config.toml

105 lines
3.0 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-2021 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"
mainSections = ["posts", "projects"]
[[params.skill]]
content = "Writing rock-solid backend stuff in whatever's hip today, like Java, Goland, or Ruby."
weight = 10
[[params.skill]]
content = "Automating things that don't really need automating."
weight = 20
[[params.skill]]
content = "Producing electronic music under my alter ego <a href='https://www.neuroslasher.com'><i>Neuroslasher</i></a>."
weight = 30
[[params.popular]]
name = "Cherry-Picking specific commits from another branch"
url = "/2010/06/10/cherry-picking-specific-commits-from-another-branch/"
weight = 100
[[params.popular]]
name = "Installing Node.js and NPM on Ubuntu/Debian"
url = "/2011/10/24/installing-node-js-and-npm-on-ubuntu-debian/"
weight = 100
[[params.popular]]
name = "How to create and apply a patch with Git"
url = "/2009/10/26/how-to-create-and-apply-a-patch-with-git/"
weight = 100
[[params.popular]]
name = "Git: Squash your latests commits into one"
url = "/2011/07/05/git-squash-your-latests-commits-into-one/"
weight = 50
[[params.popular]]
name = "Building a DIY Home Server with FreeNAS"
url = "/2020/02/28/building-a-diy-home-server-with-freenas/"
weight = 50
[[params.popular]]
name = "How to create and apply a patch with Subversion"
url = "/2007/07/03/how-to-create-and-apply-a-patch-with-subversion/"
weight = 50
[[params.popular]]
name = "Repair: Philips 42\" 3D LED TV with Ambilight"
url = "/projects/repair-philips-42pfl6057h-12/"
weight = 50
# 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/"