Files
blog_os/blog/config.toml
2017-03-25 17:00:36 +01:00

30 lines
606 B
TOML

baseurl = "http://os.phil-opp.com/"
languageCode = "en-us"
title = "Writing an OS in Rust"
rssURI = "atom.xml"
copyright = "© 2016. All rights reserved."
PygmentsCodeFences = true
pygmentsuseclasses = true
uglyurls = true
disableKinds = ["section", "taxonomy", "taxonomyTerm"]
[author]
name = "Philipp Oppermann"
email = "dev@phil-opp.com"
[params]
subtitle = "Philipp Oppermann's blog"
date_format = "Jan 2, 2006"
[permalinks]
post = "/:slug.html"
old-posts = "/:slug.html"
additional-resource = "/:filename.html"
page = "/:filename.html"
[blackfriday]
plainIDAnchors = true