uechi.io/_posts/2015-07-05-hugo-paper.md

16 lines
586 B
Markdown
Raw Normal View History

2017-10-07 11:43:26 +09:00
---
title: 'Hugo Paper: well-simplified theme for Hugo'
2017-12-02 13:24:20 +09:00
date: 2015-07-05 09:00:00 +09:00
2019-08-14 21:24:00 +09:00
redirect_from: /blog/2015/07/05/hugo-paper
2017-10-07 11:43:26 +09:00
---
When I created my blog, there are no well simplified [Hugo](http://gohugo.io) theme around the world. I need to a theme that just don't interrupt reading experience. [Hugo Paper](https://github.com/uetchy/hugo-paper) is made for that.
# How to integrate
Just run following oneliner and you will be ready to start using Hugo Paper.
```bash
$ git submodule add https://github.com/uetchy/hugo-paper.git themes/hugo-paper && git submodule update
```