[go: up one dir, main page]

Skip to content

Latest commit

 

History

History

samljen

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Samljen

Another simple blog theme for Hexo, inspired by Choo.

Preview

Demo

Installation

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).

Configuration

RSS

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: ' '

Local Search

npm install hexo-generator-search --save

Configure plugin in _config.yml.

search:
  path: search.xml
  field: post
  format: html

Browser support

IE Edge Firefox Chrome Safari iOS Safari
11+ 17+ 61+ 49+ 11.1+ 10.3+

License

MIT