This repository was archived by the owner on Jan 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,16 @@ Release date: 2020-02-05
66
77#### Added
88
9- - Dark mode
9+ - dark mode
1010- gulp Watch css to avoid site rebuild
11+ - migration to github workflow and github actions for CI
1112
1213## [ 1.22.0] ( https://github.com/chicio/chicio.github.io/releases/tag/1.22.0 )
1314Release date: 2020-02-05
1415
1516#### Added
1617
17- - No more MathJax, hello Katex
18+ - no more MathJax, hello Katex
1819
1920## [ 1.21.0] ( https://github.com/chicio/chicio.github.io/releases/tag/1.21.0 )
2021Release date: 2020-01-15
@@ -45,7 +46,7 @@ Release date: 2019-09-22
4546
4647#### Added
4748
48- - Events tracking on all site (also service worker!!!!)
49+ - events tracking on all site (also service worker!!!!)
4950- improved analytics configuration
5051- clean liquid templating
5152
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env zsh
2+
3+ # Push commits and new tag
4+ git push && git push --tags
Original file line number Diff line number Diff line change 1111 "watch-css" : " gulp watchCss --env production" ,
1212 "start" : " _scripts/start.sh" ,
1313 "test" : " _scripts/test.sh" ,
14- "version" : " _scripts/version.sh"
14+ "version" : " _scripts/version.sh" ,
15+ "postversion" : " _scripts/postversion.sh"
1516 },
1617 "repository" : {
1718 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments