Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 628 Bytes

readme.md

File metadata and controls

27 lines (17 loc) · 628 Bytes

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