about summary refs log tree commit diff stats
path: root/cmd
Commit message (Expand)AuthorAgeLines
* 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
* embed filesAlan Pearce2024-04-18-136/+0
* use correct envvar for sentry environmentAlan Pearce2024-04-17-1/+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
* implement static serverAlan Pearce2024-04-17-0/+136
* 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