From c2dcd29d81cadae1318ac6c9679d664acb2ce4a7 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Fri, 9 Jun 2017 13:35:33 +0200 Subject: [PATCH] Fix and update gutenberg config file --- blog/config.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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" }