diff --git a/blog/config.toml b/blog/config.toml index 0e23b80a..fa14d9ea 100644 --- a/blog/config.toml +++ b/blog/config.toml @@ -1,13 +1,10 @@ title = "Writing an OS in Rust" -description = "test" -base_url = "https://os.phil-opp.com.com" +base_url = "https://os.phil-opp.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" }