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

github.com/qqhann/hugo-primer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqqhann <qiu.gits@gmail.com>2019-12-02 17:50:49 +0300
committerqqhann <qiu.gits@gmail.com>2019-12-02 17:50:49 +0300
commit1eb2f6e7b95b8aa3d20576b5497cf162ef811ffa (patch)
tree742509e6d160a94e61c58516da90143bdcb3b07d
parentff11479aebba5c5e44c18010268bcfab36517b35 (diff)
Update: rename
-rw-r--r--exampleSite/config.toml3
-rw-r--r--exampleSite/content/_index.md2
-rw-r--r--exampleSite/content/blog/_index.md (renamed from exampleSite/content/basic_example/_index.md)2
-rw-r--r--exampleSite/content/blog/emoji-support.md (renamed from exampleSite/content/basic_example/emoji-support.md)0
-rw-r--r--exampleSite/content/blog/markdown-syntax.md (renamed from exampleSite/content/basic_example/markdown-syntax.md)0
-rw-r--r--exampleSite/content/blog/math-typesetting.mmark (renamed from exampleSite/content/basic_example/math-typesetting.mmark)0
-rw-r--r--exampleSite/content/blog/placeholder-text.md (renamed from exampleSite/content/basic_example/placeholder-text.md)0
-rw-r--r--exampleSite/content/blog/rich-content.md (renamed from exampleSite/content/basic_example/rich-content.md)0
8 files changed, 4 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 216b85b..7440874 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,11 +1,12 @@
baseURL = "https://gohugo.io/"
-title = "Hugo Themes"
+title = "Hugo-Primer Theme"
author = "Steve Francia"
paginate = 3
languageCode = "en"
DefaultContentLanguage = "en"
enableInlineShortcodes = true
footnoteReturnLinkContents = "^"
+# Above are configs from hugoBasicExample
theme = "hugo-primer"
hasCJKLanguage = true
diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md
index df44c00..c6c7f30 100644
--- a/exampleSite/content/_index.md
+++ b/exampleSite/content/_index.md
@@ -17,7 +17,7 @@ Visit the [homepage](https://github.com/qqhann/hugo-primer) to try it now, and l
Use the `exampleSite` as a reference, or copy to quick satart.
As you navicate through the exampleSite menu,
-"About" and "Basic Example" contents are from hugoBasicExample provided by hugo.
+"About" and "Blog Example" contents are from hugoBasicExample provided by hugo.
"Hugo-Primer" is provided by hugo-primer.
And all of them are optimized to demonstrate how to use hugo-primer.
diff --git a/exampleSite/content/basic_example/_index.md b/exampleSite/content/blog/_index.md
index 7c86cf9..0ef3893 100644
--- a/exampleSite/content/basic_example/_index.md
+++ b/exampleSite/content/blog/_index.md
@@ -1,5 +1,5 @@
---
-title: "Basic Example"
+title: "Blog Example"
menu: "main"
weight: 2
--- \ No newline at end of file
diff --git a/exampleSite/content/basic_example/emoji-support.md b/exampleSite/content/blog/emoji-support.md
index 9764661..9764661 100644
--- a/exampleSite/content/basic_example/emoji-support.md
+++ b/exampleSite/content/blog/emoji-support.md
diff --git a/exampleSite/content/basic_example/markdown-syntax.md b/exampleSite/content/blog/markdown-syntax.md
index d4327cd..d4327cd 100644
--- a/exampleSite/content/basic_example/markdown-syntax.md
+++ b/exampleSite/content/blog/markdown-syntax.md
diff --git a/exampleSite/content/basic_example/math-typesetting.mmark b/exampleSite/content/blog/math-typesetting.mmark
index 7f421ae..7f421ae 100644
--- a/exampleSite/content/basic_example/math-typesetting.mmark
+++ b/exampleSite/content/blog/math-typesetting.mmark
diff --git a/exampleSite/content/basic_example/placeholder-text.md b/exampleSite/content/blog/placeholder-text.md
index 378b995..378b995 100644
--- a/exampleSite/content/basic_example/placeholder-text.md
+++ b/exampleSite/content/blog/placeholder-text.md
diff --git a/exampleSite/content/basic_example/rich-content.md b/exampleSite/content/blog/rich-content.md
index a067cd0..a067cd0 100644
--- a/exampleSite/content/basic_example/rich-content.md
+++ b/exampleSite/content/blog/rich-content.md