Hugo Netlify Starter

Boilerplate for building beautiful websites

This is a blatantly broken link

This is not a full-fledged Hugo theme! It’s just a convenient way to get started with a brand new site that’s wired with:

  • A Netlify configuration for easy deployment, plus deploy previews
  • Some baseline Hugo scaffolding
  • The Bootstrap 4.5.x CSS framework
  • An example Hugo configuration with:
    • A main menu
    • Specified sans-serif and monospace fonts
    • Some extra colors
    • A Twitter button
    • Some copyright text for the footer

To get started, you need to have Hugo and Yarn installed. Once those are installed:

git clone https://github.com/cncf/hugo-netlify-starter && cd hugo-netlify-starter

# Install npm assets
yarn

# Run the server locally
make serve

Hugo Netlify Starter is a Cloud Native Computing Foundation sandbox project.