Before starting, please be sure that you have installed extended version of Hugo and created a new site.
cd <hugo-site>
git submodule add https://github.com/ramenaru/shouyu.git themes/shouyucd <hugo-site>/themes
git clone https://github.com/ramenaru/shouyu.gitEdit config.toml or hugo.toml, or you can check example site configuration for more information.
# Start development server
hugo server -D
# Build for production
hugohugo-site/
├── layouts/ # Custom templates
│ └── partials/ # Override theme partials
├── assets/ # Custom CSS/JS
│ └── css/
│ └── custom.css
└── static/ # Custom static files
Distributed under MIT License see LICENSE for more information.
