Latest versions of modern browsers for ES2015+ support.
Basic style support for outdated browsers.
Use InstantClick for fast loading.
git clone https://github.com/renzibei/hexo-theme-icalm.git themes/hexo-theme-icalm
npm install hexo-cdn-jsdelivr
cd themes/hexo-theme-icalm/
git submodule update --init --recursive
update
git pull && git submodule update --remote
Edit _config.yml
.
You can add support for
- social media like github, facebook
- RSS
- Latex with pandoc and hexo-filter-mathjax
Run hexo n page "tags"
or hexo n page "categories"
Then edit the generated .md file, set the type
to tags
or categories
.
Now you can use hexo-cdn-jsdelivr
to speed up the loading of static assets like images. You can check it in its Github repo.
You may have to install it to avoid some of the errors in template files.
-
Remove unnecessary katex css loading
-
Make static assets CDN more automatic
To add license information to website footer, just add a license
entry to hexo's _config.yml
.
MIT