Skip to content

henriksommerfeld/blog-hugo

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Henrik Sommerfeld's Blog

Actions Status Netlify Status

This is my personal blog based on Hugo available at https://www.henriksommerfeld.se

Pre-requisites:

  1. Install Node https://nodejs.org/en/download/ (working version specified in .nvmrc)
  2. Install Hugo https://github.com/gohugoio/hugo/releases See expected version in netlify.toml). Extended version required.

Running the site

  1. npm run install:prod
  2. npm start

Build (compile) the site to folder public

  1. npm run build

Tests (headless)

  1. npm install
  2. npm test

Tests (Cypress GUI)

  1. npm install
  2. npm run test:open

Releases

No releases published

Packages

No packages published