Include author email and copyright in config (for rss)

This commit is contained in:
Philipp Oppermann
2016-02-14 15:50:57 +01:00
parent 93bed0a54a
commit 05ae323d0f

View File

@@ -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"