about summary refs log tree commit diff stats
path: root/cmd/build/build.go
Commit message (Expand)AuthorAgeLines
* implement live-reloading dev serverAlan Pearce2024-04-27-196/+0
* build: fix error wrappingAlan Pearce2024-04-24-2/+2
* add countAlan Pearce2024-04-24-5/+5
* split code into separate filesAlan Pearce2024-04-24-405/+3
* check for nil before overriding BASE_URLAlan Pearce2024-04-21-3/+5
* fix crash when overriding BASE_URLAlan Pearce2024-04-21-1/+4
* fix feed linking to localhost 🤦🏻Alan Pearce2024-04-21-18/+28
* split output directories into website/{public,private}Alan Pearce2024-04-21-21/+32
* serve site from filesystem rather than embeddingAlan Pearce2024-04-21-9/+20
* build: use same dir for static/rendered outputAlan Pearce2024-04-19-5/+5
* preserve file times when copying from static/Alan Pearce2024-04-19-1/+3
* copy static files directly in goAlan Pearce2024-04-18-0/+10
* prettify HTMLAlan Pearce2024-04-18-10/+13
* make self-closing tags voidAlan Pearce2024-04-18-5/+11
* Add missing doctypeAlan Pearce2024-04-18-0/+1
* set proper output directoryAlan Pearce2024-04-17-1/+1
* use internal imports correctlyAlan Pearce2024-04-17-14/+15
* remove purgeCSS for nowAlan Pearce2024-04-17-34/+2
* config: convert base_url to a URL typeAlan Pearce2024-04-17-2/+2
* Shorten internal module namesAlan Pearce2024-04-17-0/+570