diff options
| author | roninro <liumy.f@foxmail.com> | 2022-07-28 19:17:56 +0800 |
|---|---|---|
| committer | roninro <liumy.f@foxmail.com> | 2022-07-28 19:26:10 +0800 |
| commit | b60e2467de21a7760ca60e472901d5de4c11d8ba (patch) | |
| tree | 6ebb2080723c721b5b3de90c56a9daa48128ef3c /exampleSite | |
| parent | acb102c143ae7044ac2efe91e9d78ec742ca1258 (diff) | |
update README.md
Diffstat (limited to 'exampleSite')
| -rw-r--r-- | exampleSite/config.toml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 448d6e6..0c9877c 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,10 +1,12 @@ baseURL = "http://localhost:1313/" title = "Puppet Theme" -author = "Roninro" + copyright = "" paginate = 3 languageCode = "en" -DefaultContentLanguage = "en" +defaultContentLanguage = "en" + +hasCJKLanguage = false enableInlineShortcodes = true enableEmoji = true # prevent build failures when using Hugo's Instagram shortcode due to deprecated Instagram API. @@ -15,6 +17,7 @@ theme = "puppet" themesDir = "../.." disqusShortname = "" +googleAnalytics = "" [outputs] home = ["HTML", "JSON"] @@ -64,8 +67,8 @@ weight = 30 [params] -author = "John Doe" -description = "John Doe's personal website" +author = "Puppet" +description = "A simple and clean theme for Hugo" keywords = "blog,developer,personal" img_home = "/img/home-bg.jpg" img_404 = "/img/404-bg.jpg" |
