42 lines
856 B
Markdown
Executable File
42 lines
856 B
Markdown
Executable File
# Paper <sup><sup><sub>v4.5 (Dark Mode)</sub></sup></sup>
|
|
|
|
A simple, clean, flexible Hugo theme.
|
|
|
|
☄️ Fast | ☁️ Fluent | 🌙 Smooth
|
|
|
|
---
|
|
|
|
## Overview
|
|
|
|
Demo: https://nanxiaobei.github.io/hugo-paper/
|
|
|
|
<p>
|
|
<kbd>
|
|
<img src="https://raw.githubusercontent.com/nanxiaobei/hugo-paper/master/images/screenshot.png" alt="Paper">
|
|
</kbd>
|
|
</p>
|
|
|
|
<p>
|
|
<kbd>
|
|
<img src="https://raw.githubusercontent.com/nanxiaobei/hugo-paper/master/images/screenshot_dark.png" alt="Paper Dark Mode">
|
|
</kbd>
|
|
</p>
|
|
|
|
Hugo themes: https://themes.gohugo.io/hugo-paper/
|
|
|
|
## Install
|
|
|
|
Inside the folder of your Hugo site, run:
|
|
|
|
```bash
|
|
git clone https://github.com/nanxiaobei/hugo-paper themes/paper
|
|
```
|
|
|
|
Then change in `config.toml`:
|
|
|
|
```toml
|
|
theme = "paper"
|
|
```
|
|
|
|
For more information read the official [guide](https://gohugo.io/getting-started/quick-start/#step-3-add-a-theme) of Hugo.
|