Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steel1990/sn
This is a theme of nico blog.
https://github.com/steel1990/sn
Last synced: about 1 month ago
JSON representation
This is a theme of nico blog.
- Host: GitHub
- URL: https://github.com/steel1990/sn
- Owner: steel1990
- Created: 2013-07-02T15:39:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-02T15:50:37.000Z (over 11 years ago)
- Last Synced: 2023-03-23T02:37:43.801Z (almost 2 years ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SN
==This is a theme of [Nico](http://lab.lepture.com/nico/) blog.
If you want to use this theme, you can download it and set you nico.json like:
{
"name": "BinbinLiao's Blog",
"description": "BinbinLiao's Blog",
"categorys": [{
"name": "programming",
"showName": "program",
"description": "程序设计方面的文章"
}, {
"name": "zatan",
"showName": "生活杂谈",
"description": "生活杂谈"
}],
"perpage": 10,
"sorttype": "desc",
"source": "content",
"output": "_site",
"theme": "_themes/SN",
"permalink": "{{directory}}/{{filename}}.html",
"writers": [
"nico.PostWriter",
"nico.FileWriter",
"nico.StaticWriter",
"nico.TagWriter",
"nico.DirectoryWriter",
"nico.ArchiveWriter"
],
"trackCode": ""
}