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>2020-05-19 15:38:21 +0300
committerHe Yeshuang <yeshuanghe@gmail.com>2020-05-19 15:38:21 +0300
commit2bcb126c22b91f49741410a49751e27e5c56ef7a (patch)
tree83bfdf7d66bb626440aa5da1f1f804804485c6ca
parentb73dee3a6de2ccc5eb2f54d1bcfd62af8b273a05 (diff)
fix exampleSite
-rw-r--r--exampleSite/config.toml28
-rw-r--r--exampleSite/configTaxo.toml28
-rw-r--r--exampleSite/content/homepage/about.md7
-rw-r--r--exampleSite/content/homepage/index.md3
-rw-r--r--exampleSite/content/homepage/work.md7
5 files changed, 4 insertions, 69 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 74e701a..1f93e51 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,9 +1,9 @@
baseURL = "https://example.com/"
-title = "测试文字abc"
+title = "Hugo Themes"
author = "He Yeshuang"
copyright = "Copyright © 2008–2019"
-languageCode = "zh-cn"
-DefaultContentLanguage = "zh-cn"
+languageCode = "en"
+DefaultContentLanguage = "cn"
hasCJKLanguage=true
enableInlineShortcodes = true
footnoteReturnLinkContents = "^"
@@ -27,7 +27,7 @@ bannerFont = "fonts/exampleFont"
[menu]
# Shown in the side menu.
[[menu.main]]
- name = "归档"
+ name = "Posts"
pre = "<i class='fa fa-list fa-fw'></i>"
weight = 1
identifier = "post"
@@ -51,26 +51,6 @@ bannerFont = "fonts/exampleFont"
identifier = "about"
url = "/about/"
- [[menu.main]]
- name = "Theatre"
- pre = "<i class='fa fa-video-camera fa-fw'></i>"
- weight = 3
- identifier = "sentences"
- url = "/sentences/"
-
- [[menu.main]]
- name = "Begging"
- pre = "<i class='fa fa-money fa-fw'></i>"
- weight = 3
- identifier = "begging"
- url = "/wallet/"
- [[menu.main]]
- name = "Bud"
- pre = "<i class='fa fa-pagelines fa-fw'></i>"
- weight = 3
- identifier = "home"
- url = "https://heysh.xyz/"
-
[taxonomies]
category = "categories"
diff --git a/exampleSite/configTaxo.toml b/exampleSite/configTaxo.toml
deleted file mode 100644
index a6acc92..0000000
--- a/exampleSite/configTaxo.toml
+++ /dev/null
@@ -1,28 +0,0 @@
-timeout = 30000
-enableInlineShortcodes = true
-footnoteReturnLinkContents = "^"
-
-[taxonomies]
-category = "categories"
-tag = "tags"
-series = "series"
-
-[privacy]
-
-[privacy.vimeo]
-disabled = false
-simple = true
-
-[privacy.twitter]
-disabled = false
-enableDNT = true
-simple = true
-disableInlineCSS = true
-
-[privacy.instagram]
-disabled = false
-simple = true
-
-[privacy.youtube]
-disabled = false
-privacyEnhanced = true \ No newline at end of file
diff --git a/exampleSite/content/homepage/about.md b/exampleSite/content/homepage/about.md
deleted file mode 100644
index c2ba680..0000000
--- a/exampleSite/content/homepage/about.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: 'Our Difference'
-button: 'About us'
-weight: 2
----
-
-Lorem ipsum dolor sit amet, et essent mediocritatem quo, choro volumus oporteat an mei. ipsum dolor sit amet, et essent mediocritatem quo, \ No newline at end of file
diff --git a/exampleSite/content/homepage/index.md b/exampleSite/content/homepage/index.md
deleted file mode 100644
index 01ffa31..0000000
--- a/exampleSite/content/homepage/index.md
+++ /dev/null
@@ -1,3 +0,0 @@
----
-headless : true
----
diff --git a/exampleSite/content/homepage/work.md b/exampleSite/content/homepage/work.md
deleted file mode 100644
index f2fee73..0000000
--- a/exampleSite/content/homepage/work.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: 'We Help Business Grow'
-button: 'Our Work'
-weight: 1
----
-
-Lorem ipsum dolor sit amet, et essent mediocritatem quo, choro volumus oporteat an mei. Numquam dolores mel eu, mea docendi omittantur et, mea ea duis erat. Elit melius cu ius. Per ex novum tantas putant, ei his nullam aliquam apeirian. Aeterno quaestio constituto sea an, no eum intellegat assueverit. \ No newline at end of file