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-10-04 06:05:54 +0300
committerWang Chucheng <me@wangchucheng.com>2021-10-04 06:05:54 +0300
commite2cd23ebfd3240ee2cb4d504f144759e0ed4742e (patch)
tree04a4e9fafe1855e3028f0e30961390fee6a3d5a1
parent920c3cce3e7004718c997045c05501a00195f056 (diff)
refactor: remove showcase link in READMEv0.8.3
-rw-r--r--README.md4
-rw-r--r--README.zh.md4
-rw-r--r--data/eureka.yaml2
-rw-r--r--package.json2
4 files changed, 4 insertions, 8 deletions
diff --git a/README.md b/README.md
index 4b0fb93..8f4cfa1 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,4 @@ Read [Getting Started](https://www.wangchucheng.com/en/docs/hugo-eureka/getting-
- [ruiqima.com](https://www.ruiqima.com)
- and more...
-Are you using Hugo Eureka? [Add the `hugo-eureka` topic on your repo!](https://docs.github.com/en/github/administering-a-repository/classifying-your-repository-with-topics)
-
-Maybe you can also share your awesome projects with the community at [Hugo Eureka Showcase](https://github.com/wangchucheng/hugo-eureka/discussions/93). 🙌 \ No newline at end of file
+Are you using Hugo Eureka? [Add the `hugo-eureka` topic on your repo!](https://docs.github.com/en/github/administering-a-repository/classifying-your-repository-with-topics) 🙌 \ No newline at end of file
diff --git a/README.zh.md b/README.zh.md
index 6c91347..b8949db 100644
--- a/README.zh.md
+++ b/README.zh.md
@@ -32,6 +32,4 @@ Eureka致力于为[Hugo](https://gohugo.io/)提供一个优雅,功能丰富且
- [ruiqima.com](https://www.ruiqima.com)
- 以及更多……
-你是否在使用Hugo Eureka? [为你的仓库添加`hugo-eureka`标签!](https://docs.github.com/cn/github/administering-a-repository/classifying-your-repository-with-topics)
-
-也许你还可以在[Hugo Eureka Showcase](https://github.com/wangchucheng/hugo-eureka/discussions/93)与社区成员分享你的有趣项目。 🙌 \ No newline at end of file
+你是否在使用Hugo Eureka? [为你的仓库添加`hugo-eureka`标签!](https://docs.github.com/cn/github/administering-a-repository/classifying-your-repository-with-topics) 🙌 \ No newline at end of file
diff --git a/data/eureka.yaml b/data/eureka.yaml
index f99ac9b..8a8644e 100644
--- a/data/eureka.yaml
+++ b/data/eureka.yaml
@@ -1 +1 @@
-version: 0.8.3-dev \ No newline at end of file
+version: 0.8.3 \ No newline at end of file
diff --git a/package.json b/package.json
index b0b26db..71cf3d9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-eureka",
- "version": "0.8.3-dev",
+ "version": "0.8.3",
"description": "Eureka is a feature-rich and highly customizable Hugo theme.",
"repository": "https://github.com/wangchucheng/hugo-eureka",
"author": "C. Wang <me@wangchucheng.com>",