An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# Polk

Simple blog theme for Hexo, focusing on articles.

## Preview

![Pollk](./polk.png)

## 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)