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
/
build
/
build.go
Commit message (
Expand
)
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
*
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