devroom.io/config.toml

65 lines
1.5 KiB
TOML
Raw Normal View History

2017-03-16 16:34:43 +00:00
baseurl = "https://www.devroom.io/"
2017-10-16 13:31:28 +00:00
builddrafts = false
canonifyurls = true
contentdir = "content"
languageCode = "en-US"
layoutdir = "layouts"
publishdir = "public"
2017-10-16 14:32:14 +00:00
theme = "cocoa-eh"
2015-03-26 11:28:08 +00:00
title = "ariejan de vroom"
copyright = "Ariejan de Vroom"
2017-10-16 13:31:28 +00:00
disqusshortname = ""
pluralizelisttitles = false
2015-03-26 11:28:08 +00:00
2017-03-20 13:32:18 +00:00
PygmentsCodeFences = true
pygmentsuseclasses = false
2017-09-11 12:20:15 +00:00
pygmentsstyle = "monokai"
2017-03-20 13:32:18 +00:00
2015-03-26 11:28:08 +00:00
[author]
name = "Ariejan de Vroom"
[permalinks]
2017-10-16 21:56:27 +00:00
blog = "/:year/:month/:day/:slug/"
electronics = "/:year/:month/:day/:slug/"
2015-06-10 22:46:38 +00:00
2017-09-11 12:20:15 +00:00
[taxonomies]
2017-10-16 13:31:28 +00:00
category = "categories"
2017-10-16 21:56:27 +00:00
tag = "tags"
2017-10-16 13:31:28 +00:00
[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."
2017-10-16 14:12:17 +00:00
copyright = "Copyright © 1996 - 2017 Ariejan de Vroom"
2017-10-16 13:31:28 +00:00
# copyrightUrl = "https://creativecommons.org/licenses/by-sa/4.0/"
logofile = "img/logo.png"
2017-10-16 14:12:17 +00:00
faviconfile = "favicon.ico"
2017-10-16 13:31:28 +00:00
highlightjs = true
progressively = true
share = true
2017-10-16 21:56:27 +00:00
latestpostcount = 7
2017-10-16 13:31:28 +00:00
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"