blog/config/staging/config.toml

17 lines
534 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]
2020-04-18 15:39:08 +00:00
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"
[markup]
defaultMarkdownHandler = "blackfriday"