Files
blog_os/config.toml
Philipp Oppermann 6a4dbe8446 Revert "Remove `plainIDAnchors option"
This reverts commit 7343fc7a50.
2016-05-01 12:33:56 +02:00

28 lines
504 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
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"
page = "/:filename.html"
[blackfriday]
plainIDAnchors = true