Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 345 Bytes

File metadata and controls

12 lines (9 loc) · 345 Bytes

blog

These are static blog pages intended to replace the current blog at my github pages base path. This avoids issues with serving angular SPA projects on github pages.

Development

gleam run           # Build the project on change & serve the files
gleam run -m build  # Build the project once
gleam test          # Run tests