2021-08-20 13:39:36 +02:00
|
|
|
<div align="center">
|
2023-07-05 11:01:17 +02:00
|
|
|
<h1>Paper <sup><sup><sub>6.17</sub></sup></sup></h1>
|
2021-08-20 13:39:36 +02:00
|
|
|
|
2021-08-24 02:15:41 +02:00
|
|
|
Demo → [hugo-paper.vercel.app](https://hugo-paper.vercel.app/)
|
2021-08-20 13:39:36 +02:00
|
|
|
|
|
|
|
<hr />
|
2018-05-04 19:41:09 +02:00
|
|
|
|
2019-04-01 11:57:38 +02:00
|
|
|
A simple, clean, flexible Hugo theme.
|
|
|
|
|
2022-07-18 18:49:29 +02:00
|
|
|
⚡️ Fast | 📸 Fluent | 🫙 Smooth
|
2021-08-20 13:39:36 +02:00
|
|
|
|
|
|
|
</div>
|
2019-04-01 11:57:38 +02:00
|
|
|
|
2019-08-19 23:12:16 +02:00
|
|
|
---
|
2018-05-04 19:41:09 +02:00
|
|
|
|
2021-12-21 07:27:05 +01:00
|
|
|
## Links
|
|
|
|
|
2022-07-21 21:17:38 +02:00
|
|
|
Product Hunt: [producthunt.com/posts/hugo-paper-6](https://www.producthunt.com/posts/hugo-paper-6)
|
2021-12-21 07:27:05 +01:00
|
|
|
|
|
|
|
Hugo themes: [themes.gohugo.io/hugo-paper](https://themes.gohugo.io/hugo-paper/)
|
|
|
|
|
2018-07-06 05:25:22 +02:00
|
|
|
## Overview
|
2018-05-04 19:41:09 +02:00
|
|
|
|
2023-02-25 17:02:50 +01:00
|
|
|
![](./images/screenshot.png)
|
|
|
|
![](./images/screenshot_dark.png)
|
|
|
|
![](./images/screenshot_mobile.png)
|
|
|
|
![](./images/pagespeed.png)
|
2021-08-20 17:27:34 +02:00
|
|
|
|
2019-04-01 11:57:38 +02:00
|
|
|
## Install
|
2018-01-08 17:28:39 +01:00
|
|
|
|
2021-08-20 18:51:03 +02:00
|
|
|
Inside the folder of your Hugo project, run:
|
2018-01-08 17:28:39 +01:00
|
|
|
|
2020-08-12 16:30:30 +02:00
|
|
|
```bash
|
|
|
|
git submodule add https://github.com/nanxiaobei/hugo-paper themes/paper
|
|
|
|
```
|
|
|
|
|
2023-06-02 17:50:23 +02:00
|
|
|
Open `config.toml` or `hugo.toml`, change `theme` to `"paper"`:
|
2019-08-19 23:12:16 +02:00
|
|
|
|
|
|
|
```toml
|
|
|
|
theme = "paper"
|
2018-01-08 17:28:39 +01:00
|
|
|
```
|
|
|
|
|
2021-08-20 18:51:03 +02:00
|
|
|
For more information, please read the [official guide](https://gohugo.io/getting-started/quick-start/#step-3-add-a-theme) of Hugo.
|
2020-05-14 22:12:13 +02:00
|
|
|
|
2021-08-20 18:51:03 +02:00
|
|
|
## Options
|
2021-08-20 13:39:36 +02:00
|
|
|
|
2023-06-02 17:50:23 +02:00
|
|
|
Available options to `config.toml` or `hugo.toml`:
|
2021-08-20 13:39:36 +02:00
|
|
|
|
|
|
|
```toml
|
2023-01-08 18:49:49 +01:00
|
|
|
disqusShortname = 'YOUR_DISQUS_SHORTNAME' # use disqus comments
|
2021-08-20 13:39:36 +02:00
|
|
|
|
|
|
|
[params]
|
2022-08-21 07:57:54 +02:00
|
|
|
# color style
|
2023-01-08 18:49:49 +01:00
|
|
|
color = 'linen' # linen, wheat, gray, light
|
2022-08-15 20:20:41 +02:00
|
|
|
|
|
|
|
# header social icons
|
2023-01-08 18:49:49 +01:00
|
|
|
twitter = 'YOUR_TWITTER_ID' # twitter.com/YOUR_TWITTER_ID
|
|
|
|
github = 'YOUR_GITHUB_ID' # github.com/YOUR_GITHUB_ID
|
|
|
|
instagram = 'YOUR_INSTAGRAM_ID' # instagram.com/YOUR_INSTAGRAM_ID
|
2023-06-06 20:25:23 +02:00
|
|
|
linkedin = 'YOUR_LINKEDIN_ID' # linkedin.com/in/YOUR_LINKEDIN_ID
|
2023-01-08 18:49:49 +01:00
|
|
|
mastodon = 'YOUR_MASTODON_LINK' # e.g. 'https://mastodon.instance/@xxx'
|
|
|
|
rss = true # show rss icon
|
2022-08-15 20:20:41 +02:00
|
|
|
|
|
|
|
# home page profile
|
2023-01-08 18:49:49 +01:00
|
|
|
avatar = 'GRAVATAR_EMAIL' # gravatar email or image url
|
2022-08-15 20:20:41 +02:00
|
|
|
name = 'YOUR_NAME'
|
|
|
|
bio = 'YOUR_BIO'
|
|
|
|
|
2023-01-07 11:49:42 +01:00
|
|
|
|
2022-08-15 20:20:41 +02:00
|
|
|
# misc
|
2023-01-08 18:49:49 +01:00
|
|
|
disableHLJS = true # disable highlight.js
|
|
|
|
monoDarkIcon = true # show monochrome dark mode icon
|
|
|
|
gravatarCdn = 'GRAVATAR_CDN_LINK' # e.g. 'https://cdn.v2ex.com/gravatar/'
|
|
|
|
graphCommentId = "YOUR_GRAPH_COMMENT_ID" # use graph comment (disqus alternative)
|
2023-05-17 20:57:01 +02:00
|
|
|
math = true # enable KaTex math typesetting globally
|
2021-08-20 13:39:36 +02:00
|
|
|
```
|
2021-04-18 18:44:12 +02:00
|
|
|
|
2023-01-27 10:25:12 +01:00
|
|
|
Available options to front matter:
|
|
|
|
|
|
|
|
```toml
|
|
|
|
comments = false # disable comments for a specific page
|
2023-05-17 20:57:01 +02:00
|
|
|
math = true # enable KaTex math typesetting for a specific page
|
2023-01-27 10:25:12 +01:00
|
|
|
```
|
|
|
|
|
2021-09-22 08:43:02 +02:00
|
|
|
## License
|
2021-04-18 18:44:12 +02:00
|
|
|
|
2022-07-18 18:29:32 +02:00
|
|
|
[MIT License](https://github.com/nanxiaobei/hugo-paper/blob/main/LICENSE) (c) [nanxiaobei](https://lee.so/)
|
2021-04-18 18:44:12 +02:00
|
|
|
|
2021-09-22 08:43:02 +02:00
|
|
|
## FUTAKE
|
|
|
|
|
2023-01-02 20:30:04 +01:00
|
|
|
Try [**FUTAKE**](https://sotake.com/futake) in WeChat. A mini app for your inspiration moments. 🌈
|
2021-09-22 08:43:02 +02:00
|
|
|
|
2022-07-20 18:28:26 +02:00
|
|
|
![](https://s3.bmp.ovh/imgs/2022/07/21/452dd47aeb790abd.png)
|