mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Include author email and copyright in config (for rss)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user