/hugo-paper

🪴 A simple, clean, flexible Hugo theme

Primary LanguageCSSMIT LicenseMIT

Paper Fork 5.2


Slighthly different version of Paper theme.

⚡️ Fast | 🦋 Fluent | 🪀 Smooth


Overview

Install

Inside the folder of your Hugo project, run:

git submodule add https://github.com/jonaaronru/hugo-paper themes/paper

Open config.toml, change theme to "paper":

theme = "paper"

For more information, please read the official guide of Hugo.

Options

Available options to config.toml:

disqusShortname = 'YOUR_DISQUS_SHORTNAME'   # add disqus comments

[params]
  disableHLJS = true                         # don't use highlight.js
  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

License

MIT License (c) nanxiaobei