From 05ae323d0fc819d36d05881adf911f8606ba4f43 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 14 Feb 2016 15:50:57 +0100 Subject: [PATCH] Include author email and copyright in config (for rss) --- config.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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"