mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
10 lines
243 B
TOML
10 lines
243 B
TOML
baseurl = "http://replace-this-with-your-hugo-site.com/"
|
|
languageCode = "en-us"
|
|
title = "Writing an OS in Rust"
|
|
rssURI = "atom.xml"
|
|
|
|
[params]
|
|
subtitle = "Philipp Oppermann's blog"
|
|
author = "Philipp Oppermann"
|
|
date_format = "Jan 2, 2006"
|