Modify `config.toml` to enable `hugo` OPG function.
This commit is contained in:
parent
30b8f8b079
commit
989028dbbe
|
@ -12,6 +12,13 @@ theme = "angels-ladder"
|
||||||
analytics = "UA-57665492-1"
|
analytics = "UA-57665492-1"
|
||||||
copyright = "Written by Kazuhiro MUSASHI"
|
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]
|
[markup]
|
||||||
[markup.highlight]
|
[markup.highlight]
|
||||||
codeFences = true
|
codeFences = true
|
||||||
|
|
|
@ -12,6 +12,13 @@ theme = "angels-ladder"
|
||||||
analytics = "UA-57665492-1"
|
analytics = "UA-57665492-1"
|
||||||
copyright = "Written by Kazuhiro MUSASHI"
|
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]
|
[markup]
|
||||||
[markup.highlight]
|
[markup.highlight]
|
||||||
codeFences = true
|
codeFences = true
|
||||||
|
|
Loading…
Reference in New Issue