This repository is a template for creating a new Hugo site using the Hugo Coder Theme.
- Click the "Use this template" button to create a new repository from this template.
- Clone the new repository to your local machine.
- Update the
config/_default/config.yaml
file. - Run
npm install
to install Hugo and Prettier. - Run
make run
to start the Hugo server and open the site in your browser http://localhost:1313. - See documentation at https://gohugo.io/.
- See the theme documentation at https://github.com/luizdepra/hugo-coder.
- You can replace this README with your own.
- Make sure to update the LICENSE file. The LICENSE file in this repository is for this template repository, not your new site unless you want the same license.
npm install hugo prettier
npx hugo new site . --force --format yaml