diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000000000000000000000000000000000000..f83048864162f1a4db0df613ba502164bd0184a8
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,35 @@
+# [0.1.3] - 2021-09-14
+
+## New features
+
+- settings `show_word_count` and `show_reading_time` allowing you to show the number of words and the time of reading it on the page, respectively. 
+- macro toc now has the opinion `config.extra.children` display all headers, nested within each other.
+- added the ability to set an icon in the header. 
+- add possibility disable config.menu
+- macros new katex contrib plugins added for rendering shortcodes
+
+## Bug fixing
+- macro footer now automatically affixes the version, toc trying to highlight a specific header on pages
+- macros fixed display, now tags are displayed correctly
+
+# [0.1.2] - 2021-08-28
+
+## New features
+- 404 template stylized
+- configure the ability to store assets on another cdn. 
+
+## Maintenance
+- base.html move link to resources for convience from scss file 
+
+## Bug fixing
+- Sidebar selected in separated files and fix big sidebar error
+- Fixed chevron link
+- Sidebar width fixing size
+- Fixed a bug that manifests itself in the sidebar
+- toc fixed width layout error
+
+
+## [0.1.0] - 2021-08-26
+
+- new zola theme for your documentation, first public release under license Apache 2.0
+
diff --git a/README.md b/README.md
index a00d9de755f282099f7ac11e1d99ed924576de76..e422af1e45d036ef05e2eef98553b9417f9b508f 100644
--- a/README.md
+++ b/README.md
@@ -131,7 +131,10 @@ Open in favorite browser [https://localhost](http://localhost)
 2. `favicon` - set path to favicon icon import(default `favicon`)
 3. `localcdn`- if you want to store all assets on your domain, then enable this setting
 4. `cdnurl` - you can customize your url to store assets,default use [jsdelivr](https://www.jsdelivr.com)
-5. `[[extra.menu]]` - the main navigation on the site
+5. `show_word_count` - allowing you to show number of words
+6. `show_reading_time`- allowing you to show reading time
+7. `children`- for header nesting to work
+8. `[[extra.menu]]` - the main navigation on the site
 6. `[[extra.header]]` - the header navigantion for the site
 
 ### Templates
@@ -152,7 +155,7 @@ On the [todo.sr.ht](https://todo.sr.ht/~kogeletey/karzok) or [github issues](htt
 ## Improve Code
 The Karzok is stored in the repository at [sr.ht](https://sr.ht/~kogeletey/karzok) and mirror [github](https://github.com/kogeletey/karzok)
 ### TODOs:
--   [ ] readme contrubutions
+-   [x] readme contrubutions
 -   [x] configure loading from cdn
 -   [x] choose code_of_conduct
 -   [x] proceed subpages
@@ -160,8 +163,8 @@ The Karzok is stored in the repository at [sr.ht](https://sr.ht/~kogeletey/karzo
 -   [x] choose license
 -   [ ] adding full path article in the page
 -   [ ] make dark theme
--   [ ] continue author rendering
--   [ ] adding word count
+-   [x] continue author rendering
+-   [x] adding word count
 -   [x] refactor home.scss
 
 > Thank you so much for any help
diff --git a/content/configure.md b/content/configure.md
index b168ba34ff0b03d58878d6140ed5630d3227bbd6..3baec65251e5d956b39fb5f8d66f2bf470991ea7 100644
--- a/content/configure.md
+++ b/content/configure.md
@@ -9,7 +9,10 @@ weight = 2
 2. `favicon` - set path to favicon icon import(default `favicon`)
 3. `localcdn`- if you want to store all assets on your domain, then enable this setting
 4. `cdnurl` - you can customize your url to store assets
-5. `[[extra.menu]]` - the main navigation on the site
+5. `show_word_count` - allowing you to show number of words
+6. `show_reading_time`- allowing you to show reading time
+7. `children`- for header nesting to work
+8. `[[extra.menu]]` - the main navigation on the site
 6. `[[extra.header]]` - the header navigantion for the site
 
 ## Templates
diff --git a/content/contribute.md b/content/contribute.md
index 87851e7c59ddfde17297e982366014170007ac85..347705c0c8fd05eda4aa3f2f0f666ad6308bd95f 100644
--- a/content/contribute.md
+++ b/content/contribute.md
@@ -12,16 +12,16 @@ The Karzok is stored in the repository at [sr.ht](https://sr.ht/~kogeletey/karzo
 
 ## TODOs
 
--   [ ] readme contrubutions
--   [x] choose code_of_conduct
+-   [x] readme contrubutions
 -   [x] configure loading from cdn
--   [x] Proceed subpages
+-   [x] choose code_of_conduct
+-   [x] proceed subpages
 -   [ ] create mobile version
--   [x] Choose license
--   [ ] Adding full path article in the page
--   [ ] Make dark theme
--   [ ] Continue author rendering
--   [ ] Adding word count
+-   [x] choose license
+-   [ ] adding full path article in the page
+-   [ ] make dark theme
+-   [x] continue author rendering
+-   [x] adding word count
 -   [x] refactor home.scss
 
 
diff --git a/content/install.md b/content/install.md
index aeb26b2bad2869f330cca0ab9f85676653fb4a5e..ee01dafce436f4cd6563655a8f053170ced44ee4 100644
--- a/content/install.md
+++ b/content/install.md
@@ -29,7 +29,7 @@ zola init zola_site
 ## 2. Download this theme to you themes directory:
 
 ```zsh
-git clone https://github.com/re128/karzok zola_site/themes
+git clone https://git.sr.ht/~kogeletey/karzok zola_site/theme
 ```
 
 or install as submodule:
@@ -37,7 +37,7 @@ or install as submodule:
 ```zsh
 cd zola_site
 git init # if your project is a git repository already, ignore this command
-git submodule add https://github.com/re128/karzok zola_site/themes
+git submodule add https://git.sr.ht/~kogeletey/karzok zola_site/themes
 ```
 
 ## 3. Configuration. Open in favorite editor `config.toml`