Files
blog_os/config.toml
2016-04-25 23:07:24 +02:00

27 lines
498 B
TOML

baseurl = "http://replace-this-with-your-hugo-site.com/"
languageCode = "en-us"
title = "Writing an OS in Rust"
rssURI = "atom.xml"
copyright = "© 2016. All rights reserved."
PygmentsCodeFences = true
pygmentsuseclasses = true
uglyurls = true
contentdir = "../blog"
[author]
name = "Philipp Oppermann"
email = "dev@phil-opp.com"
[params]
subtitle = "Philipp Oppermann's blog"
date_format = "Jan 2, 2006"
[permalinks]
post = "/:slug.html"
[blackfriday]
plainIDAnchors = true