Henrik Sommerfeld's Blog
This is my personal blog based on Hugo available at https://www.henriksommerfeld.se
Pre-requisites:
- Install Node https://nodejs.org/en/download/ (working version specified in .nvmrc)
- Install Hugo https://github.com/gohugoio/hugo/releases See expected version in netlify.toml). Extended version required.
Running the site
npm run install:prod
npm start
Build (compile) the site to folder public
npm run build
Tests (headless)
npm install
npm test
Tests (Cypress GUI)
npm install
npm run test:open