Skip to content

signal32/blog

Repository files navigation

Hamish Weir Blog

GH Pages

My personal website and blog, available online at hamishweir.uk.

It uses Zola for static site generation and TailWindCSS for styling with my custom theme, Hame.

Pull requests and issues are welcomed for any issues discovered. 😊

Development Setup

  • Clone the respoitory and the theme submodule: git clone --recursive-submodules
  • Install dependencies: npm install
  • Start development server and watch for changes: npm run serve
  • Build for production: npm run build