From 2bcb126c22b91f49741410a49751e27e5c56ef7a Mon Sep 17 00:00:00 2001 From: He Yeshuang Date: Tue, 19 May 2020 20:38:21 +0800 Subject: fix exampleSite --- exampleSite/config.toml | 28 ++++------------------------ exampleSite/configTaxo.toml | 28 ---------------------------- exampleSite/content/homepage/about.md | 7 ------- exampleSite/content/homepage/index.md | 3 --- exampleSite/content/homepage/work.md | 7 ------- 5 files changed, 4 insertions(+), 69 deletions(-) delete mode 100644 exampleSite/configTaxo.toml delete mode 100644 exampleSite/content/homepage/about.md delete mode 100644 exampleSite/content/homepage/index.md delete mode 100644 exampleSite/content/homepage/work.md 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 = "" weight = 1 identifier = "post" @@ -51,26 +51,6 @@ bannerFont = "fonts/exampleFont" identifier = "about" url = "/about/" - [[menu.main]] - name = "Theatre" - pre = "" - weight = 3 - identifier = "sentences" - url = "/sentences/" - - [[menu.main]] - name = "Begging" - pre = "" - weight = 3 - identifier = "begging" - url = "/wallet/" - [[menu.main]] - name = "Bud" - pre = "" - 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 -- cgit v1.2.3