Skip to content

chunqiuyiyu/hexo-theme-samljen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Samljen

Another simple blog theme for Hexo, inspired by Choo.

Preview

Samljen

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

New search page: hexo new page search.

---
title: Search
type: search
---

Browser support

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

License

MIT

About

Another simple blog theme for Hexo, inspired by Choo.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published