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

github.com/gyorb/hugo-dusk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGyorgy Orban <o.gyorgy@gmail.com>2017-11-22 23:40:25 +0300
committerGyorgy Orban <o.gyorgy@gmail.com>2017-11-22 23:40:25 +0300
commit195f712dee1d09acb6248ed8f1a3b1c534c528ef (patch)
treebf4398bcd115d46d6a7c62e16a5c40d53487b9cb
parent0edfccf1aa6006e3215981ef56f1a7fd1ee43113 (diff)
add changelog
-rw-r--r--CHANGELOG.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..3a7a209
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,37 @@
+# Changelog
+
+
+## [1.1] - 2017-11-20
+### Added
+ * Theme colors can be changed in the config file
+ * Makefile for easier development
+
+### Changed
+ * highlightjs was removed, builtin Chroma is used for syntax highlight
+ * Position of the read more links is closer to the text
+ * Abbreviations are used for social media names under the site title
+ * Disqus localhost check was removed
+ * Default archetype was extended and the new format is yaml
+
+### Fixed
+ * missing closing html tag
+
+
+## [1.0.1] - 2017-08-24
+### Fixed
+ * Tag URLs by @Butt4cak3
+ * gitlab social links by @CrazedProgrammer
+ * gitlab url by @CrazedProgrammer
+
+
+## [1.0] - 2017-04-22
+### Added
+ * Responsive minimalistic design
+ * Syntax highlight with [highlight.js](https://highlightjs.org/)
+ * [OpenGraph](http://ogp.me/) support
+ * [Twitter cards](https://dev.twitter.com/cards/overview) support
+ * [Disqus](https://disqus.com/) comments
+ * [Google analytics](https://www.google.com/analytics/) (async)
+ * Configrable pagination for posts
+ * Lazy menu
+ * Custom 404 page