Move everything into a “blog” directory

This commit is contained in:
Philipp Oppermann
2017-03-11 12:41:53 +01:00
parent 02b3ebcd27
commit ce36e25da9
77 changed files with 1 additions and 0 deletions

28
blog/config.toml Normal file
View File

@@ -0,0 +1,28 @@
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"
additional-resource = "/:filename.html"
page = "/:filename.html"
[blackfriday]
plainIDAnchors = true