From f740789dba70aea03ad310968529747a6f67d3e8 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 14 Feb 2016 15:28:09 +0100 Subject: [PATCH] Set some configuration variables --- config.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 8aa38a5e..5a5da9e6 100644 --- a/config.toml +++ b/config.toml @@ -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"