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"