about summary refs log tree commit diff stats
path: root/cmd/build
Commit message (Collapse)AuthorAgeLines
* 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
| | | | | 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-57/+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-2/+2
|
* add debug loggingAlan Pearce2024-04-16-2/+15
|
* rename variableAlan Pearce2024-04-16-2/+2
|
* wrap os.MkdirAllAlan Pearce2024-04-16-6/+9
|
* use io.{Reader,Writer}Alan Pearce2024-04-16-52/+71
|
* Purge CSS using npm:purgecssAlan Pearce2024-04-16-3/+34
|
* reduce diffs to typescript builderAlan Pearce2024-04-16-36/+34
|
* wip: verbose error handlingAlan Pearce2024-04-16-98/+234
|
* wip: render 404 and home pagesAlan Pearce2024-04-16-25/+101
|
* wip: render feedsAlan Pearce2024-04-16-0/+337