hugo-PaperMod/README.md

36 lines
708 B
Markdown
Raw Normal View History

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