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

github.com/ertuil/erblog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLutong Chen <ertuil98@foxmail.com>2020-05-28 04:28:59 +0300
committerLutong Chen <ertuil98@foxmail.com>2020-05-28 04:28:59 +0300
commitc8513d09f021ff7964ed8a1dd7daf19242a1460a (patch)
treeabb8b10bfed3c9d7657bf748b74a4051d0b95a8c
parentf2b4d3c5f1cc958a9a4fc6960cd3fa97f9537cfd (diff)
version 1.1.0 releasedv1.1.0
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..f7e9d34
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,10 @@
+# May 28, 2020 v1.1.0
+
+New features are imported to erblog:
+1. Load Mathjax on demond. Mathjax is not included directly due to the performance considerations new! Use `math: true` in each page or `Params.math` it enable it globally.
+2. A Google based intra-site search engine is introduced into `erblog`. Use `Params.google_search` to enable it.
+3. It is possible to control the number of recent posts displayed on `index.html` using `Params.index_posts_num`. Default is 5.
+4. `recent posts` added into sidebars.
+5. Badges and Quote can change colors now. Use `Params.badge` and `Params.quote` to appoint the color.
+6. Style changes in single pages sidebar.
+7. Small bug fixed.