blog/config/staging/config.toml

31 lines
840 B
TOML
Raw Normal View History

2019-05-04 13:20:24 +00:00
baseurl = "http://test.kazu634.com/"
2019-03-31 11:00:21 +00:00
title = "His greatness lies in his sense of responsibility"
languageCode = "ja"
theme = "angels-ladder"
[params]
subtitle = "named after the quotation from Wind, Sand, and Stars by Saint Exupery."
2019-03-31 11:00:21 +00:00
facebook = "https://www.facebook.com/kazu634"
2020-03-24 15:17:42 +00:00
twitter = "https://twitter.com/MusashiKazuhiro"
2019-03-31 11:00:21 +00:00
github = "https://github.com/kazu634"
profile = "/images/profile.png"
analytics = "UA-57665492-1"
copyright = "Written by Kazuhiro MUSASHI"
description = "the blog written by @MusashiKazuhiro"
title = "His greatness lies in his sense of responsibility"
images = ["/images/profile.png"]
[taxonomies]
series = "series"
[markup]
2020-05-01 05:53:16 +00:00
[markup.highlight]
codeFences = true
guessSyntax = true
style = "monokai"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe= true