From b60e2467de21a7760ca60e472901d5de4c11d8ba Mon Sep 17 00:00:00 2001 From: roninro Date: Thu, 28 Jul 2022 19:17:56 +0800 Subject: update README.md --- exampleSite/config.toml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'exampleSite') 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" -- cgit v1.2.3