https://github.com/nameoverflow/hexo-theme-icalm
Monochrome theme for hexo
https://github.com/nameoverflow/hexo-theme-icalm
hexo hexo-theme
Last synced: 8 days ago
JSON representation
Monochrome theme for hexo
- Host: GitHub
- URL: https://github.com/nameoverflow/hexo-theme-icalm
- Owner: nameoverflow
- License: mit
- Created: 2017-03-29T03:59:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-09T13:37:24.000Z (about 5 years ago)
- Last Synced: 2024-05-20T09:20:18.997Z (11 months ago)
- Topics: hexo, hexo-theme
- Language: CSS
- Homepage:
- Size: 190 KB
- Stars: 130
- Watchers: 4
- Forks: 27
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hexo-themes - nameoverflow/hexo-theme-icalm
README
# Icalm

[Live example](https://nameoverflow.github.io/)
## Browser Support
Latest versions of modern browsers for ES2015+ support.
Basic style support for outdated browsers.
## Installation
```
git clone https://github.com/nameoverflow/hexo-theme-icalm.git themes/hexo-theme-icalm
cd themes/hexo-theme-icalm/
git submodule update --init --recursive
```update
```
git pull && git submodule update --remote
```## Customize
Edit `_config.yml`.
## Tags or Categories Page
Run `hexo n page "tags"` or `hexo n page "categories"`
Then edit the generated .md file, set the `type` to `tags` or `categories`.
## Add License
To add license information to website footer, just add a `license` entry to hexo's `_config.yml`.
## LICENSE
MIT