brainbaking/config.toml

63 lines
1.6 KiB
TOML
Raw Normal View History

2017-02-26 13:28:18 +01:00
languageCode = "en-us"
title = "Brain Baking"
2018-04-10 11:39:40 +02:00
baseurl = "https://brainbaking.com/"
theme = "minimal"
2017-02-26 13:28:18 +01:00
pygmentsUseClasses = true
pygmentCodeFences = true
2017-05-30 16:11:04 +02:00
googleAnalytics = "UA-45748221-1"
2017-02-26 14:26:57 +01:00
publishDir = "docs"
2018-05-03 16:09:41 +02:00
enableEmoji = true
2018-07-25 09:47:59 +02:00
enableRobotsTXT = true
2017-02-26 14:26:57 +01:00
2017-02-26 13:28:18 +01:00
[taxonomies]
2018-04-27 15:17:15 +02:00
tag = "tags"
[params]
2018-04-27 15:17:15 +02:00
description = "Freshly baked thought"
# see single.html, DisqusShortname also needed
disableComments = true
accent = "purple"
showBorder = true
2018-06-15 14:01:11 +02:00
twitter = "woutergroenev"
backgroundColor = "white"
highlight = true
highlightStyle = "paraiso-dark"
highlightLanguages = ["cs", "cpp", "scheme", "python", "java", "scala", "javascript"]
font = "Source Serif Pro"
2018-04-27 15:17:15 +02:00
copyright = "No <i class='fa fa-copyright'></i> reserved - sharing is caring. <i class='fa fa-github'></i> <a href='https://github.com/wgroeneveld/brainbaking/'>Hack away</a>! <i class='fa fa-lightbulb-o'></i> <a href='/'>Brain Baking</a>"
2017-02-26 13:28:18 +01:00
[Author]
name = "Wouter Groeneveld"
email = "wouter.groeneveld@gmail.com"
[[menu.main]]
name = "Tech Blog"
pre = "<i class='fa fa-file-code-o'></i>"
url = "/post"
2017-02-26 13:28:18 +01:00
weight = 1
[[menu.main]]
name = "Essays"
pre = "<i class='fa fa-book'></i>"
url = "/essays"
weight = 2
2017-02-26 13:28:18 +01:00
2017-06-01 22:33:32 +02:00
[[menu.main]]
name = "Tags"
pre = "<i class='fa fa-tags'></i>"
url = "/tags"
weight = 3
2017-06-01 22:33:32 +02:00
[[menu.mainright]]
name = "About Me"
pre = "<i class='fa fa-user'></i>"
2017-02-26 13:28:18 +01:00
url = "/about"
weight = 4
2017-02-26 13:28:18 +01:00
[[menu.mainright]]
2018-03-25 21:09:33 +02:00
name = "Teaching"
pre = "<i class='fa fa-graduation-cap'></i>"
2018-03-25 21:09:33 +02:00
url = "/teaching"
2017-06-06 16:32:08 +02:00
weight = 5