diff --git a/en/CHANGELOG.md b/en/CHANGELOG.md index c0a13bf..02dd530 100644 --- a/en/CHANGELOG.md +++ b/en/CHANGELOG.md @@ -13,6 +13,20 @@ draft: false weight: 7 --- +## 0.8.0 (2021-04-21) + + +### Features + +* add German i18n support ([#90](https://github.com/wangchucheng/hugo-eureka/issues/90)) ([8d0808e](https://github.com/wangchucheng/hugo-eureka/commit/8d0808eb8d3cc0464794de9f88d0b2e8995f4efa)) +* add polish i18n support ([#95](https://github.com/wangchucheng/hugo-eureka/issues/95)) ([177e4b1](https://github.com/wangchucheng/hugo-eureka/commit/177e4b19c294652a163cf93d35fdc5ae91acf3e3)) +* add russian i18n support ([#87](https://github.com/wangchucheng/hugo-eureka/issues/87)) ([b5396e8](https://github.com/wangchucheng/hugo-eureka/commit/b5396e81a11d983b519c2bc1042c120582743244)) +* add utterances support ([d07e103](https://github.com/wangchucheng/hugo-eureka/commit/d07e1032454d90d3282e6d5caa5899a244e59ec6)) +* recursive enableComment param ([ebf560f](https://github.com/wangchucheng/hugo-eureka/commit/ebf560f9f484c5027a5fc9f418510d363a6bed3e)) +* recursive repoEditURL ([285eb0f](https://github.com/wangchucheng/hugo-eureka/commit/285eb0f5e27f97b8eeddff251204bbdeed17564d)) +* support Valine ([#79](https://github.com/wangchucheng/hugo-eureka/issues/79)) ([1762613](https://github.com/wangchucheng/hugo-eureka/commit/1762613dfb06a9f2fb0958b4550234ea7193b772)) + + ## 0.7.0 (2021-04-03) diff --git a/en/_index.md b/en/_index.md index ebb0932..141cf42 100644 --- a/en/_index.md +++ b/en/_index.md @@ -11,6 +11,8 @@ date: '2020-10-19T22:47:34+08:00' lastmod: '2020-10-19T22:47:34+08:00' featuredImage: 'https://i.loli.net/2020/11/07/B6GZn1V2AS8XYIT.jpg' draft: false + +repoEditURL: https://github.com/wangchucheng/hugo-eureka-docs/blob/master/en --- Eureka is a feature-rich and highly customizable [Hugo](https://gohugo.io/) theme. Using Eureka allows you to customize and deploy your website quickly and easily. diff --git a/go.mod b/go.mod deleted file mode 100644 index dc68ae7..0000000 --- a/go.mod +++ /dev/null @@ -1,3 +0,0 @@ -module github.com/wangchucheng/hugo-eureka-docs - -go 1.15 diff --git a/zh/CHANGELOG.md b/zh/CHANGELOG.md index 00c9751..5da4023 100644 --- a/zh/CHANGELOG.md +++ b/zh/CHANGELOG.md @@ -13,6 +13,20 @@ draft: false weight: 7 --- +## 0.8.0 (2021-04-21) + + +### Features + +* add German i18n support ([#90](https://github.com/wangchucheng/hugo-eureka/issues/90)) ([8d0808e](https://github.com/wangchucheng/hugo-eureka/commit/8d0808eb8d3cc0464794de9f88d0b2e8995f4efa)) +* add polish i18n support ([#95](https://github.com/wangchucheng/hugo-eureka/issues/95)) ([177e4b1](https://github.com/wangchucheng/hugo-eureka/commit/177e4b19c294652a163cf93d35fdc5ae91acf3e3)) +* add russian i18n support ([#87](https://github.com/wangchucheng/hugo-eureka/issues/87)) ([b5396e8](https://github.com/wangchucheng/hugo-eureka/commit/b5396e81a11d983b519c2bc1042c120582743244)) +* add utterances support ([d07e103](https://github.com/wangchucheng/hugo-eureka/commit/d07e1032454d90d3282e6d5caa5899a244e59ec6)) +* recursive enableComment param ([ebf560f](https://github.com/wangchucheng/hugo-eureka/commit/ebf560f9f484c5027a5fc9f418510d363a6bed3e)) +* recursive repoEditURL ([285eb0f](https://github.com/wangchucheng/hugo-eureka/commit/285eb0f5e27f97b8eeddff251204bbdeed17564d)) +* support Valine ([#79](https://github.com/wangchucheng/hugo-eureka/issues/79)) ([1762613](https://github.com/wangchucheng/hugo-eureka/commit/1762613dfb06a9f2fb0958b4550234ea7193b772)) + + ## 0.7.0 (2021-04-03) diff --git a/zh/_index.md b/zh/_index.md index ff523b1..6756368 100644 --- a/zh/_index.md +++ b/zh/_index.md @@ -11,6 +11,8 @@ date: '2020-10-19T22:47:34+08:00' lastmod: '2020-10-19T22:47:34+08:00' featuredImage: 'https://i.loli.net/2020/11/07/B6GZn1V2AS8XYIT.jpg' draft: false + +repoEditURL: https://github.com/wangchucheng/hugo-eureka-docs/blob/master/zh --- Eureka是一个功能丰富且可高度定制化的[Hugo](https://gohugo.io/)主题,使用Eureka可以让你轻松快捷地定制并部署网站。