mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Set some configuration variables
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
baseurl = "http://replace-this-with-your-hugo-site.com/"
|
baseurl = "http://replace-this-with-your-hugo-site.com/"
|
||||||
languageCode = "en-us"
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user