diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 315bb4b..0c66b4e 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -24,7 +24,7 @@ hasCJKLanguage = true # Enable summary, true|false enableSummary = true - # Use description replace summary, defalt false + # Use posts' front matter description replace summary, true|false useDescriptionReplaceSummary = false # Enable Google Analytics @@ -58,8 +58,8 @@ hasCJKLanguage = true # default: 'Newer Posts' newerPosts = "" - # show latest posts in single page - showLatestPosts = true + # show latest posts in single page, true|false + showLatestPosts = false # Latest posts title, default: 'Read More' readMore = "" @@ -67,7 +67,7 @@ hasCJKLanguage = true # nodejh is site name specified in params.name copyright = "" - # Share + # Enable Share Button at bottom of post, true|false enableShare = false # Enter optionally your twitter account twitterAccount = "" diff --git a/theme.toml b/theme.toml index b578b32..8f35133 100644 --- a/theme.toml +++ b/theme.toml @@ -3,8 +3,8 @@ license = "MIT" licenselink = "https://github.com/nodejh/hugo-theme-cactus-plus/blob/master/LICENSE.md" description = "A minimalistic and responsive theme for bloggers." homepage = "https://github.com/nodejh/hugo-theme-simple" -tags = ["blog", "disqus", "duoshuo", "google analytics", "baidu tongji", "rss", "syntax highlighting", "tags", "categories"] -features = ["blog", "disqus", "duoshuo", "google analytics", "baidu tongji", "rss", "syntax highlighting", "tags", "categories"] +tags = ["blog", "beautiful", "disqus", "rss", "syntax highlighting", "tags"] +features = ["blog", "beautiful", "disqus", "rss", "syntax highlighting", "tags"] min_version = 0.18 [author]