Files
blog_os/blog/config.toml
2020-02-03 17:13:28 +01:00

14 lines
470 B
TOML

title = "Writing an OS in Rust"
base_url = "https://os.phil-opp.com"
description = "This blog series creates a small operating system in the Rust programming language. Each post is a small tutorial and includes all needed code, so you can follow along if you like."
highlight_code = true
highlight_theme = "visual-studio-dark"
generate_rss = true
ignored_content = ["*/README.md"]
[extra]
subtitle = "Philipp Oppermann's blog"
author = { name = "Philipp Oppermann" }