mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Create new config.toml for gutenberg
This commit is contained in:
@@ -1,29 +1,13 @@
|
|||||||
baseurl = "http://os.phil-opp.com/"
|
|
||||||
languageCode = "en-us"
|
|
||||||
title = "Writing an OS in Rust"
|
title = "Writing an OS in Rust"
|
||||||
rssURI = "atom.xml"
|
description = "test"
|
||||||
copyright = "© 2016. All rights reserved."
|
base_url = "https://os.phil-opp.com.com"
|
||||||
|
|
||||||
PygmentsCodeFences = true
|
highlight_code = true
|
||||||
pygmentsuseclasses = true
|
highlight_theme = "monokai"
|
||||||
|
insert_anchor_links = true
|
||||||
|
generate_rss = true
|
||||||
|
|
||||||
uglyurls = true
|
[extra]
|
||||||
|
# Put all your custom variables here
|
||||||
disableKinds = ["section", "taxonomy", "taxonomyTerm"]
|
subtitle = "Philipp Oppermann's blog"
|
||||||
|
author = { name = "Philipp Oppermann" }
|
||||||
[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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user