Skip to content

barryvanveen/staticblog

Repository files navigation

barryvanveen.nl

Source code for blog at barryvanveen.nl. Static site generated using Hugo.

Requirements

Getting started

  • Install npm dependencies with npm ci.
  • Serve and live-reload with hugo server

Environment secrets

Local

  • Copy .env.example to .env
  • Run export $(xargs <.env)
  • Start hugo with hugo server (--disableFastRender)

Production

Make sure the following environment secrets are available:

  • HUGO_LASTFM_USERNAME
  • HUGO_LASTFM_API_KEY