Files
blog_os/blog/config.toml
2017-06-09 14:51:35 +02:00

14 lines
316 B
TOML

title = "Writing an OS in Rust"
description = "test"
base_url = "https://os.phil-opp.com.com"
highlight_code = true
highlight_theme = "monokai"
insert_anchor_links = true
generate_rss = true
[extra]
# Put all your custom variables here
subtitle = "Philipp Oppermann's blog"
author = { name = "Philipp Oppermann" }