38 lines
481 B
Markdown
38 lines
481 B
Markdown
# 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
|
|
rss: /atom.xml
|
|
|
|
favicon: images/favicon.png
|
|
|
|
avatar: images/favicon.png
|
|
``` |