- Install Hugo (e.g.,
brew install hugo) - Make sure you're running Node >= 16
node -v - Build the thumbnail
.webpimages withnpm run images:optimize - Run the development server with
hugo server -D - Visit
http://localhost:1313to visit the site (changes made to the site are hot reloaded) - Build the static content with
hugo --minify
Create a new single site (like /privacy ) with hugo new my-site.html. You can now add HTML content (content/my-site.html) to this site below the last ---.
Create a new blog post with hugo new blog/my-first-post.md. Add the article content and finally remove draft to publish the article.
Make sure the following metadata exists for each blog post:
layout: blog
title: Stratospheric 1.6 Release 🥳
description: "Release notes for the Stratospheric 1.6 Release"
author: philip
publishdate: "2022-03-31"
featureImage: release-image-cloud
slug: stratospheric-1.6-release