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
/
cmd
Commit message (
Expand
)
Author
Age
Lines
*
fix inconsistent handling of IPv6 listen address
Alan Pearce
2024-07-02
-1
/
+5
*
extract logging library
Alan Pearce
2024-06-30
-2
/
+2
*
enable filtered debug logging via DEBUG="component.*"
Alan Pearce
2024-06-29
-6
/
+11
*
change error package
Alan Pearce
2024-06-29
-2
/
+2
*
rename go module
Alan Pearce
2024-06-29
-6
/
+6
*
only create a tempdir in development mode
Alan Pearce
2024-06-29
-5
/
+7
*
use pointers for builder configuration
Alan Pearce
2024-06-28
-2
/
+2
*
add missing argument
Alan Pearce
2024-06-27
-1
/
+1
*
fix empty initial build in dev
Alan Pearce
2024-06-26
-0
/
+7
*
simplify build command
Alan Pearce
2024-06-25
-15
/
+2
*
refactor server startup
Alan Pearce
2024-06-25
-9
/
+0
*
remove unused variables
Alan Pearce
2024-06-19
-5
/
+0
*
fix/simplify server startup/shutdown
Alan Pearce
2024-06-18
-24
/
+16
*
hash style elements during build step
Alan Pearce
2024-06-13
-2
/
+6
*
server: automatically build, re-build and reload in dev
Alan Pearce
2024-06-11
-4
/
+11
*
replace unreliable dev server with modd
Alan Pearce
2024-06-05
-340
/
+0
*
refactor: lint with golangci-lint
Alan Pearce
2024-05-22
-14
/
+36
*
log in logfmt via zap, with nicer console output in dev
Alan Pearce
2024-05-19
-76
/
+60
*
remove lint errors
Alan Pearce
2024-05-18
-15
/
+20
*
implement live-reloading dev server
Alan Pearce
2024-04-27
-982
/
+371
*
improve HTML formatting
Alan Pearce
2024-04-25
-1
/
+1
*
brand exe with both long and short commit hashes
Alan Pearce
2024-04-25
-4
/
+7
*
Set canonical links
Alan Pearce
2024-04-24
-0
/
+1
*
build: fix error wrapping
Alan Pearce
2024-04-24
-2
/
+2
*
add count
Alan Pearce
2024-04-24
-17
/
+80
*
build: open templates as read-only
Alan Pearce
2024-04-24
-1
/
+1
*
template: open files only once
Alan Pearce
2024-04-24
-11
/
+31
*
split code into separate files
Alan Pearce
2024-04-24
-547
/
+625
*
fix path canonicalisation
Alan Pearce
2024-04-24
-1
/
+2
*
switch to net/http
Alan Pearce
2024-04-23
-125
/
+238
*
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
-32
/
+42
*
move server code to cmd/server
Alan Pearce
2024-04-21
-0
/
+188
*
serve site from filesystem rather than embedding
Alan Pearce
2024-04-21
-9
/
+20
*
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
*
embed files
Alan Pearce
2024-04-18
-136
/
+0
*
use correct envvar for sentry environment
Alan Pearce
2024-04-17
-1
/
+1
*
set proper output directory
Alan Pearce
2024-04-17
-1
/
+1
*
use internal imports correctly
Alan Pearce
2024-04-17
-57
/
+15
*
remove purgeCSS for now
Alan Pearce
2024-04-17
-34
/
+2
*
implement static server
Alan Pearce
2024-04-17
-0
/
+136
*
config: convert base_url to a URL type
Alan Pearce
2024-04-17
-2
/
+2
*
Shorten internal module names
Alan Pearce
2024-04-17
-2
/
+2
[next]