| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
The One Theme for nico
This theme requires nico 0.4.6+ now.
The basic configuration for a blog:
{
"source": "content",
"output": "_site",
"theme": "_themes/one",
"sitename": "Nico",
"siteurl": "http://lab.lepture.com/nico/",
"permalink": "{{directory}}/{{filename}}.html",
"writers": [
"nico.PostWriter",
"nico.PageWriter",
"nico.FileWriter",
"nico.StaticWriter",
"nico.ArchiveWriter",
"nico.YearWriter",
"nico.TagWriter",
"nico.DirectoryWriter",
"nico.FeedWriter"
]
}
Additional configuration this theme:
Navigation example:
{
"navigation": [
{"title": "Life", "link": "/life/"},
{"title": "Work", "link": "/work/"}
]
}
Comment is available for posts. This theme support disqus and duoshuo.
Configure a disqus short name:
{
"disqus": "short name"
}
If you prefer duoshuo:
{
"duoshuo": "short name"
}
| Back | FazBrowse Home | New Git URL |