/mortendaehli.github.io

This is my personal blog based on the Hugo framework for lightning fast static websites. Go Hugo!

Primary LanguageSCSS

My private blog

This is the repository for deploying my personal blog at www.daehli.no. This blog is based on HUGO - the worlds fastet framework for building websites. The build time for this page is at the time of writing less than 5ms.

"Hugo is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites fun again."

Development

Follow the Hugo quick start guide or simply clone this repo and:

brew install hugo
# or
port install hugo

Then start the development server using:

hugo server -D

CI/CD

This blog is automatically deployed using GitHub Actions to GitHub Pages. See .github/workflows for details.