blog/config/staging/config.toml

30 lines
843 B
TOML

baseURL = "http://test.kazu634.com/"
title = "His greatness lies in his sense of responsibility"
DefaultContentLanguage = "jp"
languageCode = "ja"
theme = "angels-ladder"
HasCJKLanguage = true
[params]
subtitle = "named after the quotation from Wind, Sand, and Stars by Saint Exupery."
facebook = "https://www.facebook.com/kazu634"
twitter = "https://twitter.com/MusashiKazuhiro"
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]
category = "categories"
series = "series"
tag = "tags"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe= true