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

github.com/zhaohuabing/hugo-theme-cleanwhite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
-rw-r--r--exampleSite/config.toml2
-rw-r--r--exampleSite/content/post/readme.md11
-rw-r--r--exampleSite/static/img/disqus.pngbin0 -> 19329 bytes
-rw-r--r--exampleSite/static/img/fullscreenshot.pngbin0 -> 248203 bytes
-rw-r--r--exampleSite/static/img/post.pngbin0 -> 310336 bytes
-rw-r--r--exampleSite/static/img/rewards.pngbin0 -> 14289 bytes
-rw-r--r--exampleSite/static/img/sitesearch.pngbin0 -> 242099 bytes
-rw-r--r--exampleSite/static/img/tn.pngbin0 -> 149175 bytes
-rw-r--r--images/disqus.pngbin0 -> 19329 bytes
-rw-r--r--images/fullscreenshot.pngbin598401 -> 248203 bytes
-rw-r--r--images/post.pngbin675482 -> 310336 bytes
-rw-r--r--images/rewards.pngbin31510 -> 14289 bytes
-rw-r--r--images/search.pngbin705784 -> 0 bytes
-rw-r--r--images/sitesearch.pngbin0 -> 242099 bytes
-rw-r--r--images/tn.pngbin350680 -> 149175 bytes
-rw-r--r--static/img/search.pngbin0 -> 5018 bytes
17 files changed, 12 insertions, 6 deletions
diff --git a/README.md b/README.md
index e8e366e..4f24c91 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,10 @@ While I created this theme, I followed the Hugo theme best practice and tried to
![screenshot](https://raw.githubusercontent.com/zhaohuabing/hugo-theme-cleanwhite/master/images/post.png)
**Search**
-![screenshot](https://raw.githubusercontent.com/zhaohuabing/hugo-theme-cleanwhite/master/images/search.png)
+![screenshot](https://raw.githubusercontent.com/zhaohuabing/hugo-theme-cleanwhite/master/images/sitesearch.png)
+
+**Disqus**
+![screenshot](https://raw.githubusercontent.com/zhaohuabing/hugo-theme-cleanwhite/master/images/disqus.png)
**Wechat Pay & Alipay**
![screenshot](https://raw.githubusercontent.com/zhaohuabing/hugo-theme-cleanwhite/master/images/rewards.png)
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 44d02c5..9023431 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -28,7 +28,7 @@ home = ["HTML", "RSS", "Algolia"]
leancloud_app_key = ""
# algolia site search
- algolia_search = false
+ algolia_search = true
algolia_appId = ""
algolia_indexName = ""
algolia_apiKey = ""
diff --git a/exampleSite/content/post/readme.md b/exampleSite/content/post/readme.md
index 61a0104..20f6001 100644
--- a/exampleSite/content/post/readme.md
+++ b/exampleSite/content/post/readme.md
@@ -20,16 +20,19 @@ While I created this theme, I followed the Hugo theme best practice and tried to
## Screenshots
**Home**
-![screenshot](https://raw.githubusercontent.com/zhaohuabing/hugo-theme-cleanwhite/master/images/fullscreenshot.png)
+![screenshot](/img/fullscreenshot.png)
**Post**
-![screenshot](https://raw.githubusercontent.com/zhaohuabing/hugo-theme-cleanwhite/master/images/post.png)
+![screenshot](/img/post.png)
**Search**
-![screenshot](https://raw.githubusercontent.com/zhaohuabing/hugo-theme-cleanwhite/master/images/search.png)
+![screenshot](/img/sitesearch.png)
+
+**Disqus**
+![screenshot](/img/disqus.png)
**Wechat Pay & Alipay**
-![screenshot](https://raw.githubusercontent.com/zhaohuabing/hugo-theme-cleanwhite/master/images/rewards.png)
+![screenshot](/img/rewards.png)
## Quick Start
Go to the directory where you have your Hugo site and run:
diff --git a/exampleSite/static/img/disqus.png b/exampleSite/static/img/disqus.png
new file mode 100644
index 0000000..42e6716
--- /dev/null
+++ b/exampleSite/static/img/disqus.png
Binary files differ
diff --git a/exampleSite/static/img/fullscreenshot.png b/exampleSite/static/img/fullscreenshot.png
new file mode 100644
index 0000000..82360bf
--- /dev/null
+++ b/exampleSite/static/img/fullscreenshot.png
Binary files differ
diff --git a/exampleSite/static/img/post.png b/exampleSite/static/img/post.png
new file mode 100644
index 0000000..aee5680
--- /dev/null
+++ b/exampleSite/static/img/post.png
Binary files differ
diff --git a/exampleSite/static/img/rewards.png b/exampleSite/static/img/rewards.png
new file mode 100644
index 0000000..cfe72ee
--- /dev/null
+++ b/exampleSite/static/img/rewards.png
Binary files differ
diff --git a/exampleSite/static/img/sitesearch.png b/exampleSite/static/img/sitesearch.png
new file mode 100644
index 0000000..2b3127c
--- /dev/null
+++ b/exampleSite/static/img/sitesearch.png
Binary files differ
diff --git a/exampleSite/static/img/tn.png b/exampleSite/static/img/tn.png
new file mode 100644
index 0000000..ddd067a
--- /dev/null
+++ b/exampleSite/static/img/tn.png
Binary files differ
diff --git a/images/disqus.png b/images/disqus.png
new file mode 100644
index 0000000..42e6716
--- /dev/null
+++ b/images/disqus.png
Binary files differ
diff --git a/images/fullscreenshot.png b/images/fullscreenshot.png
index edccf60..82360bf 100644
--- a/images/fullscreenshot.png
+++ b/images/fullscreenshot.png
Binary files differ
diff --git a/images/post.png b/images/post.png
index b0010bc..aee5680 100644
--- a/images/post.png
+++ b/images/post.png
Binary files differ
diff --git a/images/rewards.png b/images/rewards.png
index 1e323cf..cfe72ee 100644
--- a/images/rewards.png
+++ b/images/rewards.png
Binary files differ
diff --git a/images/search.png b/images/search.png
deleted file mode 100644
index 268b7cf..0000000
--- a/images/search.png
+++ /dev/null
Binary files differ
diff --git a/images/sitesearch.png b/images/sitesearch.png
new file mode 100644
index 0000000..2b3127c
--- /dev/null
+++ b/images/sitesearch.png
Binary files differ
diff --git a/images/tn.png b/images/tn.png
index e559e0b..ddd067a 100644
--- a/images/tn.png
+++ b/images/tn.png
Binary files differ
diff --git a/static/img/search.png b/static/img/search.png
new file mode 100644
index 0000000..4fc4576
--- /dev/null
+++ b/static/img/search.png
Binary files differ