index
:
website
this commit
main
postdate
My website
Gitolite user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
internal
/
builder
/
builder.go
Commit message (
Expand
)
Author
Age
Lines
*
pre-compress static files
Alan Pearce
2024-06-23
-5
/
+1
*
pre-compress generated files in production
Alan Pearce
2024-06-23
-9
/
+15
*
fix dev server/live reload
Alan Pearce
2024-06-19
-0
/
+1
*
pass rendered html to homepage
Alan Pearce
2024-06-18
-1
/
+9
*
split content and sitemap code from builder
Alan Pearce
2024-06-18
-24
/
+11
*
switch to templ for rendering HTML templates
Alan Pearce
2024-06-18
-35
/
+27
*
hash style elements during build step
Alan Pearce
2024-06-13
-37
/
+55
*
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
/
+61
*
fix occasionally-jumbled output
Alan Pearce
2024-06-05
-1
/
+1
*
no more CI
Alan Pearce
2024-06-02
-1
/
+1
*
refactor: lint with golangci-lint
Alan Pearce
2024-05-22
-1
/
+4
*
log in logfmt via zap, with nicer console output in dev
Alan Pearce
2024-05-19
-13
/
+13
*
remove lint errors
Alan Pearce
2024-05-18
-1
/
+6
*
builder: return errors instead of panicking
Alan Pearce
2024-04-28
-4
/
+3
*
implement live-reloading dev server
Alan Pearce
2024-04-27
-0
/
+197