devroom.io/config.toml

65 lines
1.5 KiB
TOML

baseurl = "https://www.devroom.io/"
builddrafts = false
canonifyurls = true
contentdir = "content"
languageCode = "en-US"
layoutdir = "layouts"
publishdir = "public"
theme = "cocoa-eh"
title = "ariejan de vroom"
copyright = "Ariejan de Vroom"
disqusshortname = ""
pluralizelisttitles = false
PygmentsCodeFences = true
pygmentsuseclasses = false
pygmentsstyle = "monokai"
[author]
name = "Ariejan de Vroom"
[permalinks]
blog = "/:year/:month/:day/:slug/"
electronics = "/:year/:month/:day/:slug/"
[taxonomies]
category = "categories"
tag = "tags"
[params]
dateform = "2 Jan, 2006"
dateformfull = "Mon 2 Jan 2006 15:04:05 MST"
description = "a blog by ariejan de vroom about software engineering and electronics."
copyright = "Copyright © 1996 - 2017 Ariejan de Vroom"
# copyrightUrl = "https://creativecommons.org/licenses/by-sa/4.0/"
logofile = "img/logo.png"
faviconfile = "favicon.ico"
highlightjs = true
progressively = true
share = true
latestpostcount = 7
github = "ariejan"
email = "ariejan@devroom.io"
linkedin = "ariejan"
twitter = "ariejan"
facebook = ""
social_banner = "img/banner.png"
usesmallsummarycard = true
posts_navigation = true
# issoHost = "comments.domain.tld:1234"
# githubRepo = "githubUsername/repositoryName"
small_banner_logo = false
[params.colors]
identifier = "#527fc1f"
identifier_dark = "#1a3152"
trivial = "#6a7a8b"
foreground = "#181d2a"
background = "#f9f9f9"
background_dark = "#282a36"
code = "#87a5d2"
type = "#97d28b"
special = "#ffcb8d"
value = "#96c2d7"
statement = "#ff8e91"