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

github.com/apvarun/showcase-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVarun A P <varunlakshmananap@gmail.com>2021-07-14 21:17:47 +0300
committerVarun A P <varunlakshmananap@gmail.com>2021-07-14 21:17:47 +0300
commite66cd60beef2a0f7fc45756c1b41f23bef92dac9 (patch)
tree4fddbb13765f5b4cfe5374d6100bef02b27fc2ef
parentcd13a711fa44c7ff7c8a29f3ee4895c3a26da915 (diff)
Update Changelog and Readme
-rw-r--r--CHANGELOG.md23
-rw-r--r--README.md5
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 28 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 65098de..d2da252 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,25 @@
All the changes made to Showcase theme for Hugo.
+## v1.3.0 - 2021-07-14
+
+### Added
+
+- Support for dark mode toggle
+
+## v1.2.1 - 2021-07-12
+
+### Fixed
+
+- "multipage = false" is not working properly
+
+## v1.2.0 - 2021-06-19
+
+### Added
+
+- Add support for pagination by setting the following properties: paginate, multipage
+- Support for private sections
+
## 2020-09-25
### Added
@@ -12,12 +31,12 @@ All the changes made to Showcase theme for Hugo.
- Fix issue with showing homepage filters in other custom pages
-## 2020-06-24
+## v1.1.0 - 2020-06-24
### Added
- Add support for custom menu option
-## 2020-06-10
+## v1.0.0 - 2020-06-10
- Initial Release
diff --git a/README.md b/README.md
index fdab5eb..2cdee6b 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,7 @@ Features:
- Filtering content
- Social links
- Custom menu
+- Darkmode
## Get the theme
@@ -72,6 +73,10 @@ It is possible to exclude sections from the auto-generated list. In order to exc
You can also add a custom menu item using the `config.toml` and disable auto-generated sections if not required. Refer config in [exampleSite](https://github.com/apvarun/showcase-hugo-theme/blob/master/exampleSite/config.toml)
+## Dark mode
+
+In order to enable darkmode toggle in your side, set the `params.darkMode` property to `true` in your `config.toml`.
+
## Google Analytics
Set `googleAnalytics` in `config.toml` to activate Hugo's [internal Google Analytics template](https://gohugo.io/templates/internal/#google-analytics).
diff --git a/package-lock.json b/package-lock.json
index a93ddc7..dac8490 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "showcase-hugo-theme",
- "version": "1.2.1",
+ "version": "1.3.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index bee3a14..bf7f61c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "showcase-hugo-theme",
- "version": "1.2.1",
+ "version": "1.3.0",
"description": "Showcase is a minimal, single page theme for Hugo",
"scripts": {},
"repository": {