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:
authorHuabing Zhao <zhaohuabing@gmail.com>2019-01-10 09:22:53 +0300
committerHuabing Zhao <zhaohuabing@gmail.com>2019-01-10 09:22:59 +0300
commit1217229bf2d417d6d54f0083a91530c3e43dc3fb (patch)
tree971b671b244e4bb6a51b68445eab6420b7061f67 /exampleSite
parentd3c3e57f3fd9dd089bc45b9c9853283e3bae9232 (diff)
Remove bitcoin stuff from screenshots
address zhaohuabing/hugo-theme-cleanwhite#25 Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
Diffstat (limited to 'exampleSite')
-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
8 files changed, 8 insertions, 5 deletions
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