diff --git a/config.toml b/config.toml index 5a5da9e6..c2c3572b 100644 --- a/config.toml +++ b/config.toml @@ -2,8 +2,12 @@ baseurl = "http://replace-this-with-your-hugo-site.com/" languageCode = "en-us" title = "Writing an OS in Rust" rssURI = "atom.xml" +copyright = "© 2016. All rights reserved." + +[author] + name = "Philipp Oppermann" + email = "dev@phil-opp.com" [params] subtitle = "Philipp Oppermann's blog" - author = "Philipp Oppermann" date_format = "Jan 2, 2006"