Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | build: fix error wrapping | Alan Pearce | 2024-04-24 | -2/+2 |
| | ||||
* | add count | Alan Pearce | 2024-04-24 | -5/+5 |
| | ||||
* | split code into separate files | Alan Pearce | 2024-04-24 | -405/+3 |
| | ||||
* | check for nil before overriding BASE_URL | Alan Pearce | 2024-04-21 | -3/+5 |
| | ||||
* | fix crash when overriding BASE_URL | Alan Pearce | 2024-04-21 | -1/+4 |
| | ||||
* | fix feed linking to localhost 🤦🏻 | Alan Pearce | 2024-04-21 | -18/+28 |
| | ||||
* | split output directories into website/{public,private} | Alan Pearce | 2024-04-21 | -21/+32 |
| | ||||
* | serve site from filesystem rather than embedding | Alan Pearce | 2024-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 output | Alan Pearce | 2024-04-19 | -5/+5 |
| | ||||
* | preserve file times when copying from static/ | Alan Pearce | 2024-04-19 | -1/+3 |
| | ||||
* | copy static files directly in go | Alan Pearce | 2024-04-18 | -0/+10 |
| | ||||
* | prettify HTML | Alan Pearce | 2024-04-18 | -10/+13 |
| | ||||
* | make self-closing tags void | Alan Pearce | 2024-04-18 | -5/+11 |
| | ||||
* | Add missing doctype | Alan Pearce | 2024-04-18 | -0/+1 |
| | ||||
* | set proper output directory | Alan Pearce | 2024-04-17 | -1/+1 |
| | ||||
* | use internal imports correctly | Alan Pearce | 2024-04-17 | -14/+15 |
| | ||||
* | remove purgeCSS for now | Alan Pearce | 2024-04-17 | -34/+2 |
| | ||||
* | config: convert base_url to a URL type | Alan Pearce | 2024-04-17 | -2/+2 |
| | ||||
* | Shorten internal module names | Alan Pearce | 2024-04-17 | -0/+570 |