2019-09-14 18:55:49 -04:00
|
|
|
# Paper <sup><sup><sub>v4.3</sub></sup></sup>
|
2018-05-04 13:41:09 -04:00
|
|
|
|
2019-04-01 05:57:38 -04:00
|
|
|
A simple, clean, flexible Hugo theme.
|
|
|
|
|
2019-08-20 22:59:34 -04:00
|
|
|
☄️ Fast | ☁️ Fluent | 🌙 Smooth
|
2019-04-01 05:57:38 -04:00
|
|
|
|
2019-08-19 17:12:16 -04:00
|
|
|
---
|
2018-05-04 13:41:09 -04:00
|
|
|
|
2018-07-05 23:25:22 -04:00
|
|
|
## Overview
|
2018-05-04 13:41:09 -04:00
|
|
|
|
2019-04-01 05:57:38 -04:00
|
|
|
Demo: https://nanxiaobei.github.io/hugo-paper/
|
2018-03-12 12:14:43 -04:00
|
|
|
|
2019-08-19 17:12:16 -04:00
|
|
|
<p>
|
|
|
|
<kbd>
|
|
|
|
<img src="https://raw.githubusercontent.com/nanxiaobei/hugo-paper/master/images/screenshot.png" alt="paper">
|
|
|
|
</kbd>
|
|
|
|
</p>
|
2018-03-13 03:18:51 -04:00
|
|
|
|
2019-08-19 17:12:16 -04:00
|
|
|
Hugo themes: https://themes.gohugo.io/hugo-paper/
|
2018-05-04 13:41:09 -04:00
|
|
|
|
2019-04-01 05:57:38 -04:00
|
|
|
## Install
|
2018-01-08 11:28:39 -05:00
|
|
|
|
2019-04-28 06:37:03 -04:00
|
|
|
Inside the folder of your Hugo site, run:
|
2018-01-08 11:28:39 -05:00
|
|
|
|
|
|
|
```bash
|
2019-09-13 09:55:00 -04:00
|
|
|
git clone https://github.com/nanxiaobei/hugo-paper themes/paper
|
2019-08-19 17:12:16 -04:00
|
|
|
```
|
|
|
|
|
2019-09-13 09:55:00 -04:00
|
|
|
Then change in `config.toml`:
|
2019-08-19 17:12:16 -04:00
|
|
|
|
|
|
|
```toml
|
|
|
|
theme = "paper"
|
2018-01-08 11:28:39 -05:00
|
|
|
```
|
|
|
|
|
2019-04-28 06:37:03 -04:00
|
|
|
For more information read the official [guide](https://gohugo.io/themes/installing-and-using-themes/) of Hugo.
|