/template-hugo-coder

Template repository for a Hugo website based on the Coder theme

Primary LanguageMakefileMIT LicenseMIT

Hugo Coder Theme Template Repository

This repository is a template for creating a new Hugo site using the Hugo Coder Theme.

Template Usage

  1. Click the "Use this template" button to create a new repository from this template.
  2. Clone the new repository to your local machine.
  3. Update the config/_default/config.yaml file.
  4. Run npm install to install Hugo and Prettier.
  5. Run make run to start the Hugo server and open the site in your browser http://localhost:1313.
  6. See documentation at https://gohugo.io/.
  7. See the theme documentation at https://github.com/luizdepra/hugo-coder.
  8. You can replace this README with your own.
  9. 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.

How this template repo was created

  1. npm install hugo prettier
  2. npx hugo new site . --force --format yaml