about summary refs log tree commit diff stats
path: root/cmd/build/build.go
Commit message (Collapse)AuthorAgeLines
* serve site from filesystem rather than embeddingAlan Pearce2024-04-21-9/+20
| | | | | It's cool to embed, but it requires server.go to be at the root. Also, I'd like to be able to update the built site separately in the future.
* 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