Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/heyeshuang/hugo-theme-tokiwa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHe Yeshuang <yeshuanghe@gmail.com>2021-01-14 18:25:21 +0300
committerHe Yeshuang <yeshuanghe@gmail.com>2021-01-14 18:25:21 +0300
commite826afb4c7fa781de13494b8aa9c2e7c56d6c7b8 (patch)
treec32f01cb2a05a50d6e21a63a5600b5bef4c9e139 /exampleSite
parent8229aa3122fc82f45f60404cdc514aaa97d60f12 (diff)
- update tailwind to 2.x
- purge tailwindcss-typography - some auto indent (why?)
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml89
1 files changed, 46 insertions, 43 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 7882c07..8e83a89 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,69 +1,72 @@
-baseURL = "https://example.com/"
-title = "Hugo Themes"
+DefaultContentLanguage = "en"
author = "He Yeshuang"
+baseURL = "https://example.com/"
copyright = "Copyright © 2008–2019"
-languageCode = "en"
-DefaultContentLanguage = "en"
-hasCJKLanguage=true
+disqusShortname = "YOURSHORTNAME"
enableInlineShortcodes = true
footnoteReturnLinkContents = "^"
-disqusShortname = "YOURSHORTNAME"
googleAnalytics = "UA-FAKE"
+hasCJKLanguage = true
+languageCode = "en"
theme = "hugo-theme-tokiwa"
+title = "Hugo Themes"
+
+[markup]
+[markup.highlight]
+style = "monokailight"
[markup.goldmark.renderer]
-unsafe= true
+unsafe = true
[params]
+bannerFont = "fonts/exampleFont"
description = """
Tokiwa-iro is the theme color of this site.
-"""
-favicon = "img/favicon-32x32.png"
-math = true # for introducing $KaTEX$
-fuse = true # for searchbox. "JSON" must added to output contents. See [outputs].
+"""
env = "production" # for Google Analytics and DISQUS.
-useChineseFonts = true
-bannerFont = "fonts/exampleFont"
+favicon = "img/favicon-32x32.png"
+fuse = true # for searchbox. "JSON" must added to output contents. See [outputs].
+math = true # for introducing $KaTEX$
+useChineseFonts = true
[menu]
# Shown in the side menu.
- [[menu.main]]
- name = "Posts"
- weight = 1
- identifier = "post"
- url = "/post/"
- [[menu.main]]
- name = "Tags"
- url = "/tags/"
- weight = 2
-
- [[menu.main]]
- name = "Categories"
- url = "/categories/"
- weight = 2
+[[menu.main]]
+identifier = "post"
+name = "Posts"
+url = "/post/"
+weight = 1
+[[menu.main]]
+name = "Tags"
+url = "/tags/"
+weight = 2
- [[menu.main]]
- name = "About"
- weight = 3
- identifier = "about"
- url = "/about/"
+[[menu.main]]
+name = "Categories"
+url = "/categories/"
+weight = 2
+[[menu.main]]
+identifier = "about"
+name = "About"
+url = "/about/"
+weight = 3
[taxonomies]
category = "categories"
-tag = "tags"
series = "series"
+tag = "tags"
[social]
-instagram="http://example.com/"
-bilibili="http://example.com/"
-weibo="http://example.com/"
-zhihu="http://example.com/"
-twitter="http://twitter.com/"
-gitlab="http://gitlab.com/"
-mail="mailto:anon@example.com"
-youtube="http://youtube.com/"
-github="http://github.com/"
+bilibili = "http://example.com/"
+github = "http://github.com/"
+gitlab = "http://gitlab.com/"
+instagram = "http://example.com/"
+mail = "mailto:anon@example.com"
+twitter = "http://twitter.com/"
+weibo = "http://example.com/"
+youtube = "http://youtube.com/"
+zhihu = "http://example.com/"
# any icon in layouts/partials/svg can be used by the name without the "-line.svg"
[outputs]
- home = ["HTML", "RSS", "JSON"]
+home = ["HTML", "RSS", "JSON"]