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

github.com/g1eny0ung/hugo-theme-dream.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYue Yang <g1enyy0ung@gmail.com>2020-08-24 05:46:39 +0300
committerYue Yang <g1enyy0ung@gmail.com>2020-08-24 05:46:39 +0300
commitba990a809715de49158e9971f338a51639c653d7 (patch)
treee91092478e49f4f09cad7f7bb4ed92ac92b6dcb6
parent3b24e5b20bc9c472cd407183b14f338599301dcf (diff)
v1.4.0v1.4.0
-rw-r--r--CHANGELOG.md9
-rw-r--r--README.md1
-rw-r--r--docs/README.md1
-rw-r--r--package.json2
-rw-r--r--theme.toml4
5 files changed, 14 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3907dad..cb23f30 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
Because of the site rewriting, I started to calculate the version again.
+## [1.4.0] - 2020.08.24
+
+- Add search
+- Change style of paginator
+- Add [highlight.js](https://highlightjs.org/) support
+- Add `headerBottomText` param
+- Add `authorlink` param in post frontmatter
+- Add `categoriesLimitInHeader` param
+
## [1.3.0] - 2020.07.19
- Add RSS support
diff --git a/README.md b/README.md
index af20b8b..3169198 100644
--- a/README.md
+++ b/README.md
@@ -51,6 +51,7 @@ All tags of this theme:
- personal
- light mode
- dark mode
+- search
## Documentation
diff --git a/docs/README.md b/docs/README.md
index af20b8b..3169198 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -51,6 +51,7 @@ All tags of this theme:
- personal
- light mode
- dark mode
+- search
## Documentation
diff --git a/package.json b/package.json
index ba43e6e..21c9638 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-dream",
- "version": "1.0.0",
+ "version": "1.4.0",
"description": "Hugo theme named Dream",
"repository": "https://github.com/g1eny0ung/hugo-theme-dream.git",
"author": "Yue Yang <g1enyy0ung@gmail.com> (https://g1eny0ung.site)",
diff --git a/theme.toml b/theme.toml
index c5d654f..ed5ad53 100644
--- a/theme.toml
+++ b/theme.toml
@@ -6,8 +6,8 @@ license = "MIT"
licenselink = "https://github.com/g1eny0ung/hugo-theme-dream/blob/master/LICENSE"
description = "A hugo theme named dream"
homepage = "http://g1eny0ung.site/hugo-theme-dream"
-tags = ["flip", "masonry layouts", "i18n", "blog", "google-analytics", "disqus", "responsive", "copyright", "avatar", "motto", "social links", "creative", "personal", "light mode", "dark mode"]
-features = ["flip", "masonry layouts", "i18n", "blog", "google-analytics", "disqus", "responsive", "copyright", "avatar", "motto", "social links", "creative", "personal", "light mode", "dark mode"]
+tags = ["flip", "masonry layouts", "i18n", "blog", "google-analytics", "disqus", "responsive", "copyright", "avatar", "motto", "social links", "creative", "personal", "light mode", "dark mode", "search"]
+features = ["flip", "masonry layouts", "i18n", "blog", "google-analytics", "disqus", "responsive", "copyright", "avatar", "motto", "social links", "creative", "personal", "light mode", "dark mode", "search"]
min_version = "0.57.2"
[author]