Another simple blog theme for Hexo, inspired by Choo.
cd your-blog
git clone https://github.com/chunqiuyiyu/hexo-theme-samljen themes/samljen
Modify _config.yml
in your blog directory and change the value of theme
to samljen
(the default is landscape
).
npm install hexo-generator-feed --save
Configure plugin in _config.yml
.
feed:
type: atom
path: atom.xml
limit: 20
hub:
content:
content_limit: 140
content_limit_delim: ' '
npm install hexo-generator-search --save
Configure plugin in _config.yml
.
search:
path: search.xml
field: post
format: html
IE | Edge | Firefox | Chrome | Safari | iOS Safari |
---|---|---|---|---|---|
11+ | 17+ | 61+ | 49+ | 11.1+ | 10.3+ |