blog/config/_default/config.toml

21 lines
583 B
TOML
Raw Normal View History

2019-03-31 11:00:21 +00:00
baseurl = "https://blog.kazu634.com/"
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"
[markup]
2020-05-01 05:53:16 +00:00
[markup.highlight]
codeFences = true
guessSyntax = true
style = "monokai"