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

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Chucheng <me@wangchucheng.com>2021-07-28 14:17:33 +0300
committerWang Chucheng <me@wangchucheng.com>2021-07-28 14:17:33 +0300
commit7ca2a88044da21a73c1b502c94fb90bacdf1bbc5 (patch)
tree48f8d104f4078a3d12a01fbf1e33bc0a4e88b55a
parent46c5da802bc091f9c4e56605f4e5b8798f6ae578 (diff)
refactor: use custom domain for hugo modules
-rw-r--r--data/eureka.yaml2
-rw-r--r--exampleSite/config/_default/config.yaml3
-rw-r--r--package.json2
3 files changed, 4 insertions, 3 deletions
diff --git a/data/eureka.yaml b/data/eureka.yaml
index ba9d642..f99ac9b 100644
--- a/data/eureka.yaml
+++ b/data/eureka.yaml
@@ -1 +1 @@
-version: 0.8.2 \ No newline at end of file
+version: 0.8.3-dev \ No newline at end of file
diff --git a/exampleSite/config/_default/config.yaml b/exampleSite/config/_default/config.yaml
index e03c700..b17c4b2 100644
--- a/exampleSite/config/_default/config.yaml
+++ b/exampleSite/config/_default/config.yaml
@@ -4,7 +4,8 @@ title: Eureka Demo
# Comment when installing using Hugo Modules
theme: eureka
# Uncomment when installing using Hugo Modules
-# theme: github.com/wangchucheng/hugo-eureka
+# theme: wangchucheng.com/hugo-eureka
+# If you cannot access the Github mirror, you can also use the Gitee mirror: gitee.com/wangchucheng/hugo-eureka
paginate: 3
copyright: >
diff --git a/package.json b/package.json
index 9f66e24..b0b26db 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-eureka",
- "version": "0.8.2",
+ "version": "0.8.3-dev",
"description": "Eureka is a feature-rich and highly customizable Hugo theme.",
"repository": "https://github.com/wangchucheng/hugo-eureka",
"author": "C. Wang <me@wangchucheng.com>",