hugo-PaperMod/README.md

42 lines
856 B
Markdown
Raw Normal View History

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