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

github.com/spookey/slick.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrieder Griesshammer <frieder.griesshammer@der-beweis.de>2021-09-14 19:48:54 +0300
committerFrieder Griesshammer <frieder.griesshammer@der-beweis.de>2021-09-14 19:48:54 +0300
commit1cf5ae61808a76fbc3db637baeb9cf351b6cc843 (patch)
treebc5181f3e7a63e14dd2fc34762ebe1956f0c9f02
parent44226439509d202c2eb736fcc0413b3940edd851 (diff)
Add 'demosite' to theme config
-rw-r--r--CHANGELOG.md6
-rw-r--r--theme.toml1
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f7b8209..6845135 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,14 +9,16 @@ and this project adheres to
## [Unreleased]
--
+### Added
+
+- Some `demosite` entry into `theme.toml`.
## [v0.3.7]
### Changed
- Switched back to stable version of `source-code-pro` again as it has been
- released upstream (Introduced in [v0.3.3])
+ released upstream (Introduced in [v0.3.3]).
- Updated `autoprefixer`, `cssnano`, `del-cli`, `rollup`,
`@rollup/plugin-typescript`, `rollup-plugin-postcss`, `source-sans-pro`,
`tslib`, `typescript` and inner dependencies.
diff --git a/theme.toml b/theme.toml
index f9eb98f..7fc02fa 100644
--- a/theme.toml
+++ b/theme.toml
@@ -3,6 +3,7 @@ license = "MIT"
licenselink = "http://opensource.org/licenses/MIT"
description = "A Hugo theme focused on content, cleanliness, speed, responsiveness and privacy"
homepage = "https://github.com/spookey/slick"
+demosite = "https://slick.toor.su"
tags = ["blog", "personal", "responsive", "mobile", "minimal", "clean", "light", "high contrast", "typography"]
features = ["responsive", "black-and-white", "fulltext rss feed"]
min_version = "0.60.0"