Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heroicyang/hexo-theme-modernist
Theme for Hexo. Based on modernist theme for GitHub Pages.
https://github.com/heroicyang/hexo-theme-modernist
Last synced: about 2 months ago
JSON representation
Theme for Hexo. Based on modernist theme for GitHub Pages.
- Host: GitHub
- URL: https://github.com/heroicyang/hexo-theme-modernist
- Owner: heroicyang
- License: mit
- Created: 2013-05-24T15:06:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-26T10:42:02.000Z (over 9 years ago)
- Last Synced: 2024-05-20T09:18:50.013Z (8 months ago)
- Language: CSS
- Homepage:
- Size: 766 KB
- Stars: 171
- Watchers: 19
- Forks: 48
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hexo-themes - heroicyang/hexo-theme-modernist
README
# Modernist
> Theme for [Hexo]. Based on [modernist theme] for GitHub Pages.
[Demo the Theme]
## Install
```
git clone git://github.com/heroicyang/hexo-theme-modernist.git themes/modernist
```**Modernist requires Hexo 2.4 and above.**
## Enable
Modify `theme` setting in `_config.yml` to `modernist`.## Update
```
cd themes/modernist
git pull
```## Configuration
``` yaml
# Header
menu:
Home: /
Archives: /archives
rss: /atom.xml# Content
archive_date_format: MMM DD
fancybox: true# Comment Plugin
duoshuo_shortname:# Miscellaneous
google_analytics:
favicon: /favicon.ico
```- **menu** - Navigation menu
- **rss** - RSS link
- **archive_date_format** - Date format in archives page.
- **fancybox** - Enable [Fancybox]
- **duoshuo_shortname** - [Duoshuo] ID
- **google_analytics** - Google Analytics ID
- **favicon** - Favicon path[Hexo]: http://zespia.tw/hexo/
[modernist theme]: https://github.com/orderedlist/modernist
[Demo the Theme]: http://modernist.heroicyang.com/
[Duoshuo]: http://duoshuo.com
[Fancybox]: http://fancyapps.com/fancybox/