devroom.io/config.toml

100 lines
2.4 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-2019 Ariejan de Vroom. All rights reserved."
paginate = 999
canonifyurls = true
pygmentsstyle = "bw"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
googleAnalytics = "UA-60089-16"
disqusShortname = ""
[permalinks]
posts = "/:year/:month/:day/:slug"
[params]
author = "Ariejan de Vroom"
info = "Software Engineer, Electronics Tinkerer, and Archer"
description = "Ariejan de Vroom's personal website"
keywords = "blog,developer,personal,electronics"
avatarurl = "images/avatar.jpg"
favicon_32 = "/img/favicon-32x32.png"
favicon_16 = "/img/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 - 2019 Ariejan de Vroom.<br>All rights reserved.</small>"
hidecredits = true
hidecopyright = true
rtl = false
math = true
custom_css = ["css/custom.css"]
# Social links
[[params.social]]
name = "Gitlab"
icon = "fab fa-gitlab fa-2x"
weight = 10
url = "https://git.devroom.io/ariejan/"
[[params.social]]
name = "Github"
icon = "fab fa-github-alt 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/"