devroom.io/config.toml

108 lines
3.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-2022 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 = "Family man, software engineer and many 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 = "Software Engineer, consultant and architect at <a href='https://www.kabisa.nl'>Kabisa</a>"
weight = 10
[[params.skill]]
content = "Fanatical homelab admin (<a href='/2020/02/28/building-a-diy-home-server-with-freenas/'>read more</a>)"
weight = 20
[[params.skill]]
content = "Bass guitar player, piano player, and music producer"
weight = 30
[[params.skill]]
content = "Drive-way home-wrencher (not a car mechanic); current project: <a href=/projects/volkswagen-golf-iii-cabrio-1994/'>Volkswagen Golf 3 Cabrio</a>"
weight = 40
[[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/"