https://github.com/chunqiuyiyu/hexo-theme-polk
Simple blog theme for Hexo, focusing on articles.
https://github.com/chunqiuyiyu/hexo-theme-polk
blog-theme hexo-theme minimalism
Last synced: about 1 month ago
JSON representation
Simple blog theme for Hexo, focusing on articles.
- Host: GitHub
- URL: https://github.com/chunqiuyiyu/hexo-theme-polk
- Owner: chunqiuyiyu
- License: mit
- Created: 2017-08-10T09:18:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-26T11:09:32.000Z (over 1 year ago)
- Last Synced: 2024-04-14T05:31:03.162Z (about 1 year ago)
- Topics: blog-theme, hexo-theme, minimalism
- Language: Stylus
- Homepage:
- Size: 97.7 KB
- Stars: 92
- Watchers: 6
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-hexo-themes - chunqiuyiyu/hexo-theme-polk
README
# Polk
Simple blog theme for Hexo, focusing on articles.
## Preview

## Installation
```shell
cd your-blog
git clone https://github.com/chunqiuyiyu/hexo-theme-polk themes/polk
```Modify `_config.yml` in your blog directory and change the value of` theme` to `polk` (the default is` landscape`). At the same time, in order to better display the effect, please change the number of page rendering articles `per_page` to 20 (default is 10).
## Update
```shell
cd themes/polk
git pull
```## Browser support
- Internet Explorer 9+
- Firefox
- Opera
- Chrome
- Safari
- Edge## License
[MIT](LICENSE)