Skip to content

Blazingly fast hugo theme for dark user segmentation only.

License

Notifications You must be signed in to change notification settings

ramenaru/shouyu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shouyu

Banner Screenshot

A fast, minimal Hugo theme for focused blogging with dark mode.
Website Demo ↗

MIT Licenses Issues Pull Requests

Repository Stars Repository Forks

Before Installation

Before starting, please be sure that you have installed extended version of Hugo and created a new site.

Add Shouyu to Project

Option A: As Git Submodule (Recommended)

cd <hugo-site>
git submodule add https://github.com/ramenaru/shouyu.git themes/shouyu

Option B: Clone Directly

cd <hugo-site>/themes
git clone https://github.com/ramenaru/shouyu.git

Configure Theme

Edit config.toml or hugo.toml, or you can check example site configuration for more information.

Run with Theme

# Start development server
hugo server -D

# Build for production
hugo

Customize Theme

Create overrides (don't edit theme directly):

hugo-site/
├── layouts/          # Custom templates
│   └── partials/     # Override theme partials
├── assets/           # Custom CSS/JS
│   └── css/
│       └── custom.css
└── static/           # Custom static files

License

Distributed under MIT License see LICENSE for more information.

About

Blazingly fast hugo theme for dark user segmentation only.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors