2018-08-04 12:56:08 +02:00
2018-08-04 12:47:06 +02:00
2018-08-04 12:47:06 +02:00
2018-08-04 12:47:06 +02:00
2018-08-04 12:47:06 +02:00
2018-08-04 12:52:38 +02:00
2018-08-04 12:56:08 +02:00
2018-08-04 12:47:06 +02:00

The Fresh theme for Hugo

Fresh is a theme for the Hugo static site generator adapted from the gorgeous, Bulma-based theme of the same name from CSS Ninja.

Fresh theme logo

Getting started

To create a new site using this theme:

# Create site and cd into it
hugo new site my-site && cd my-site

# Clone the Fresh theme
git clone https://github.com/lucperkins/hugo-fresh themes/hugo-fresh

# Remove the default config
rm config.toml

# Fetch the example config
curl -O https://github.com/lucperkins/hugo-fresh/blob/master/exampleSite/config.yaml

# Run the site locally
hugo server

# Open the site in your browser
open http://localhost:1313
Description
No description provided
Readme 21 MiB
Languages
Sass 65.3%
SCSS 18.5%
HTML 13.1%
JavaScript 3.1%