This repository provides template of Hugo static site generator.
It uses Docsy as theme.
Visit the website https://k7a-tomohiro.github.io/template-of-hugo/.
Prerequisites
- Install Hugo extended edition.
- Install Dart Sass.
- Install Node.js.
Run
git clone --recursive https://github.com/k7a-tomohiro/template-of-hugo.gitcd template-of-hugonpm installcd themes/docsy/ && npm installcd ../../hugo server -D- Access
localhost:1313(default)