| Commit message (Expand) | Author | Age | Lines |
* | Use errors.WithMessage in place of .Wrap | Alan Pearce | 2024-11-28 | -4/+4 |
* | extract logging library | Alan Pearce | 2024-06-30 | -1/+1 |
* | use encoding/xml for atom feeds | Alan Pearce | 2024-06-29 | -65/+27 |
* | enable filtered debug logging via DEBUG="component.*" | Alan Pearce | 2024-06-29 | -9/+9 |
* | check error | Alan Pearce | 2024-06-29 | -0/+3 |
* | change error package | Alan Pearce | 2024-06-29 | -2/+2 |
* | rename go module | Alan Pearce | 2024-06-29 | -8/+9 |
* | build outside of working directory | Alan Pearce | 2024-06-29 | -17/+28 |
* | use pointers for builder configuration | Alan Pearce | 2024-06-28 | -1/+1 |
* | simplify output directory tree | Alan Pearce | 2024-06-28 | -25/+17 |
* | use pointer to config in builder & templates | Alan Pearce | 2024-06-27 | -9/+12 |
* | fix missing css | Alan Pearce | 2024-06-26 | -0/+1 |
* | make error pages dynamic | Alan Pearce | 2024-06-26 | -5/+0 |
* | use a normal filename for homepage | Alan Pearce | 2024-06-25 | -1/+1 |
* | remove clean step in builder | Alan Pearce | 2024-06-25 | -7/+0 |
* | refactor server startup | Alan Pearce | 2024-06-25 | -10/+1 |
* | fix missing spacing in feed preview | Alan Pearce | 2024-06-25 | -19/+11 |
* | refactor/format | Alan Pearce | 2024-06-25 | -43/+41 |
* | move templ templates into separate package | Alan Pearce | 2024-06-24 | -293/+13 |
* | move 404.html back to private directory | Alan Pearce | 2024-06-24 | -1/+1 |
* | pre-compress static files | Alan Pearce | 2024-06-23 | -5/+30 |
* | pre-compress generated files in production | Alan Pearce | 2024-06-23 | -9/+98 |
* | style external nav menu links | Alan Pearce | 2024-06-19 | -2/+11 |
* | fix dev server/live reload | Alan Pearce | 2024-06-19 | -1/+10 |
* | pass rendered html to homepage | Alan Pearce | 2024-06-18 | -16/+11 |
* | split content and sitemap code from builder | Alan Pearce | 2024-06-18 | -190/+25 |
* | switch to templ for rendering HTML templates | Alan Pearce | 2024-06-18 | -289/+310 |
* | hash style elements during build step | Alan Pearce | 2024-06-13 | -43/+103 |
* | enable changes to styles in dev mode | Alan Pearce | 2024-06-13 | -0/+2 |
* | generate sitemap and robots.txt | Alan Pearce | 2024-06-05 | -1/+109 |
* | fix occasionally-jumbled output | Alan Pearce | 2024-06-05 | -1/+1 |
* | no more CI | Alan Pearce | 2024-06-02 | -1/+1 |
* | Add support for pandoc-style fences | Alan Pearce | 2024-05-28 | -0/+2 |
* | refactor: lint with golangci-lint | Alan Pearce | 2024-05-22 | -22/+49 |
* | log in logfmt via zap, with nicer console output in dev | Alan Pearce | 2024-05-19 | -19/+19 |
* | remove lint errors | Alan Pearce | 2024-05-18 | -13/+57 |
* | builder: return errors instead of panicking | Alan Pearce | 2024-04-28 | -4/+3 |
* | implement live-reloading dev server | Alan Pearce | 2024-04-27 | -0/+689 |