devroom.io/config.toml

103 lines
2.6 KiB
TOML
Raw Normal View History

2019-06-05 12:32:16 +00:00
baseurl = "https://www.devroom.io"
title = "Ariejan de Vroom"
theme = "hugo-coder"
languagecode = "en"
defaultcontentlanguage = "en"
2019-01-13 14:57:47 +00:00
2020-01-03 08:59:43 +00:00
copyright = "© 1999-2020 Ariejan de Vroom. All rights reserved."
2019-01-13 14:57:47 +00:00
2019-06-05 12:32:16 +00:00
paginate = 999
2019-01-13 14:57:47 +00:00
canonifyurls = true
pygmentsstyle = "solarized-dark256"
2019-06-05 12:32:16 +00:00
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
2019-01-13 14:57:47 +00:00
googleAnalytics = "UA-60089-16"
2019-06-05 12:32:16 +00:00
disqusShortname = ""
2017-03-20 13:32:18 +00:00
2019-06-05 12:32:16 +00:00
[permalinks]
posts = "/:year/:month/:day/:slug"
2019-01-13 14:57:47 +00:00
[params]
2019-06-05 12:32:16 +00:00
author = "Ariejan de Vroom"
2020-02-27 13:01:10 +00:00
info = "Nerd."
description = "Ariejan de Vroom's personal website on software engineering and electronics tinkering"
2019-06-05 12:32:16 +00:00
keywords = "blog,developer,personal,electronics"
2020-02-27 13:00:55 +00:00
avatarurl = "images/avatar.jpg"
2019-06-05 12:32:16 +00:00
2020-02-27 13:11:01 +00:00
favicon_32 = "/favicon-32x32.png"
favicon_16 = "/favicon-16x16.png"
2019-06-05 12:32:16 +00:00
2020-01-03 09:05:53 +00:00
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='' />"
2019-06-05 12:32:16 +00:00
hidecredits = true
hidecopyright = true
2020-02-27 13:45:15 +00:00
colorscheme = "auto"
2020-02-27 13:22:54 +00:00
2019-06-05 12:32:16 +00:00
rtl = false
math = true
custom_css = ["css/custom.css"]
custom_js = ["css/custom.js"]
2019-06-05 12:32:16 +00:00
# Social links
[[params.social]]
2020-02-27 13:01:30 +00:00
name = "Gitea"
icon = "fab fa-git-square fa-2x"
2019-06-05 12:32:16 +00:00
weight = 10
url = "https://git.devroom.io/ariejan/"
[[params.social]]
name = "Github"
2020-02-27 13:01:30 +00:00
icon = "fab fa-github fa-2x"
2019-06-05 12:32:16 +00:00
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
2019-06-05 12:35:41 +00:00
[[menu.main]]
name = "Home"
weight = 1
url = "/"
2019-01-13 14:57:47 +00:00
[[menu.main]]
2019-06-05 12:32:16 +00:00
name = "Blog"
weight = 10
url = "/posts/"
2019-01-13 14:57:47 +00:00
[[menu.main]]
2019-06-05 12:32:16 +00:00
name = "Projects"
weight = 20
url = "/projects/"
2019-01-13 14:57:47 +00:00
[[menu.main]]
2019-06-05 12:32:16 +00:00
name = "About"
weight = 40
url = "/about/"
2019-01-13 14:57:47 +00:00
[[menu.main]]
2019-06-05 12:32:16 +00:00
name = "Contact"
weight = 50
url = "/contact/"