Set some configuration variables

This commit is contained in:
Philipp Oppermann
2016-02-14 15:28:09 +01:00
parent 7059b2f6a6
commit f740789dba

View File

@@ -1,3 +1,9 @@
baseurl = "http://replace-this-with-your-hugo-site.com/"
languageCode = "en-us"
title = "My New Hugo Site"
title = "Writing an OS in Rust"
rssURI = "atom.xml"
[params]
subtitle = "Philipp Oppermann's blog"
author = "Philipp Oppermann"
date_format = "Jan 2, 2006"