From 9940a598ab16519e514291057baa5000706304bd Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 27 Apr 2017 12:54:34 +0200 Subject: [PATCH] Create new config.toml for gutenberg --- blog/config.toml | 36 ++++++++++-------------------------- 1 file changed, 10 insertions(+), 26 deletions(-) diff --git a/blog/config.toml b/blog/config.toml index 75f944ef..0e23b80a 100644 --- a/blog/config.toml +++ b/blog/config.toml @@ -1,29 +1,13 @@ -baseurl = "http://os.phil-opp.com/" -languageCode = "en-us" title = "Writing an OS in Rust" -rssURI = "atom.xml" -copyright = "© 2016. All rights reserved." +description = "test" +base_url = "https://os.phil-opp.com.com" -PygmentsCodeFences = true -pygmentsuseclasses = true +highlight_code = true +highlight_theme = "monokai" +insert_anchor_links = true +generate_rss = true -uglyurls = true - -disableKinds = ["section", "taxonomy", "taxonomyTerm"] - -[author] - name = "Philipp Oppermann" - email = "dev@phil-opp.com" - -[params] - subtitle = "Philipp Oppermann's blog" - date_format = "Jan 2, 2006" - -[permalinks] - post = "/:slug.html" - old-posts = "/:slug.html" - additional-resource = "/:filename.html" - page = "/:filename.html" - -[blackfriday] - plainIDAnchors = true +[extra] +# Put all your custom variables here +subtitle = "Philipp Oppermann's blog" +author = { name = "Philipp Oppermann" }