hexo-theme-keep/README.md

38 lines
481 B
Markdown
Raw Normal View History

2020-03-12 19:35:27 +08:00
# Poem
A simple and beautiful theme for Hexo.
- [Preview](https://github.com/XPoet/hexo-theme-poem)
## Installation
### Install
``` bash
$ git clone git@github.com:XPoet/hexo-theme-poem.git themes/poem
```
### Enable
Modify `theme` setting in `_config.yml` to `poem`.
### Update
``` bash
cd themes/poem
git pull
```
## Configuration
``` yml
menu:
Home: /
Archives: /archives
About: /adout
2020-03-12 19:35:27 +08:00
rss: /atom.xml
favicon: images/favicon.png
avatar: images/favicon.png
2020-03-12 19:35:27 +08:00
```