devroom.io/config.toml

103 lines
2.6 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 = "Ariejan de Vroom"
theme = "hugo-coder"
languagecode = "en"
defaultcontentlanguage = "en"
copyright = "© 1999-2020 Ariejan de Vroom. All rights reserved."
paginate = 999
canonifyurls = true
pygmentsstyle = "solarized-dark256"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
googleAnalytics = "UA-60089-16"
disqusShortname = ""
[permalinks]
posts = "/:year/:month/:day/:slug"
[params]
author = "Ariejan de Vroom"
info = "Nerd."
description = "Ariejan de Vroom's personal website on software engineering and electronics tinkering"
keywords = "blog,developer,personal,electronics"
avatarurl = "images/avatar.jpg"
favicon_32 = "/favicon-32x32.png"
favicon_16 = "/favicon-16x16.png"
footercontent = "Live now; make <em>now</em> always the most precious time. <em>Now</em> will never come again.<br> Jean-Luc Picard<br><br><small>Copyright © 1999 - 2020 Ariejan de Vroom.<br>All rights reserved.</small><br/><img src='https://matomo.devroom.io/matomo.php?idsite=2&amp;rec=1' style='border:0' alt='' />"
hidecredits = true
hidecopyright = true
colorscheme = "auto"
rtl = false
math = true
custom_css = ["css/custom.css"]
custom_js = ["css/custom.js"]
# Social links
[[params.social]]
name = "Gitea"
icon = "fab fa-git-square fa-2x"
weight = 10
url = "https://git.devroom.io/ariejan/"
[[params.social]]
name = "Github"
icon = "fab fa-github fa-2x"
weight = 20
url = "https://github.com/ariejan/"
[[params.social]]
name = "Twitter"
icon = "fab fa-twitter fa-2x"
weight = 30
url = "https://twitter.com/ariejan/"
[[params.social]]
name = "LinkedIn"
icon = "fab fa-linkedin-in fa-2x"
weight = 40
url = "https://twitter.com/ariejan/"
[[params.social]]
name = "Keybase"
icon = "fab fa-keybase fa-2x"
weight = 50
url = "https://keybase.com/adevroom/"
[[params.social]]
name = "Son en Breugel"
icon = "fas fa-map-marker-alt fa-2x"
weight = 90
url = "https://www.google.com/maps/place/Son+en+Breugel/@51.5249895,3.2434364,7z"
[[params.social]]
name = "Contact"
icon = "fas fa-envelope fa-2x"
weight = 100
url = "/contact/"
# Menu links
[[menu.main]]
name = "Home"
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 = "Contact"
weight = 50
url = "/contact/"