0n3la57k155 / hugo-paper

🪺 A simple, clean, flexible Hugo theme

Home Page:https://hugo-paper.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paper 6

Demo → hugo-paper.vercel.app


A simple, clean, flexible Hugo theme.

⚡️ Fast | 📸 Fluent | 🫙 Smooth


Links

Product Hunt: producthunt.com/posts/hugo-paper-6

Hugo themes: themes.gohugo.io/hugo-paper

Overview

Install

Inside the folder of your Hugo project, run:

git submodule add https://github.com/nanxiaobei/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]
    # show header social icons
    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
    rss = true                      # show rss icon with link

    # show home page profile
    avatar = 'GRAVATAR_EMAIL'       # Gravatar email or image url(e.g. "https://deno.land/logo.svg")
    name = 'YOUR_NAME'
    bio = 'YOUR_BIO'

    # misc
    disableHLJS = true              # disable requesting highlight.js
    monoDarkIcon = true             # show monochrome dark mode icon

License

MIT License (c) nanxiaobei

FUTAKE

Try FUTAKE in WeChat. A mini app for your inspiration moments. 🌈

About

🪺 A simple, clean, flexible Hugo theme

https://hugo-paper.vercel.app

License:MIT License


Languages

Language:CSS 76.7%Language:HTML 21.9%Language:JavaScript 1.4%