main
132 commits
a953040
Eric Bower  ·  2026-05-16
main
docs: changelog
dc0e5c7
Eric Bower  ·  2026-05-16
chore: support multiple parents on commit page
ae904db
Eric Bower  ·  2026-05-16
style: flex wrap the commit author and date
b7ff9d1
Eric Bower  ·  2026-05-16
style: commit diff width
f6ea3dc
Eric Bower  ·  2026-05-16
style: make commit diff sticky consistent with other sticky
444e2e0
Eric Bower  ·  2026-05-16
refactor: skip revisions that don't exist

Previously we would error out if any revisions didn't exist, now we just warn
and continue.
7dc2d47
Eric Bower  ·  2026-05-16
style: tweak body padding on mobile
92efa80
Eric Bower  ·  2026-05-16
fix: wrap nav and sticky boxes
f3f5629
Eric Bower  ·  2026-05-16
style: cleanup
8e1573e
Eric Bower  ·  2026-05-16
style: show total commit in log when truncated
ac17667
Eric Bower  ·  2026-05-15
docs: readme
9856d2a
Eric Bower  ·  2026-05-15
docs: changelog

It's time to document the changes we are make to this project
307a6f3
Eric Bower  ·  2026-05-13
style: design tweaks
84dd9bd
Eric Bower  ·  2026-05-12
style: tweaking design
c757113
Eric Bower  ·  2026-05-12
chore: better text file detection
cce1481
Eric Bower  ·  2026-05-11
feat: only write commit if file is missing

feat: only write tree files if shasum is different
a36f4fa
Eric Bower  ·  2026-05-11
chore: mise toml
ec7adec
Eric Bower  ·  2026-05-11
chore: update go
c251930
Bobby Jack  ·  2026-01-09
Fix issue #7. (#8)

629c6d0
Eric Bower  ·  2026-01-02
chore: update linter
ba01b99
Neale Pickett  ·  2025-12-30
Fix nil pointer deref on unsigned commits
ed551e4
Eric Bower  ·  2025-08-10
design: mostly re-adjusting whitespace and adding delineation
32c5e95
Eric Bower  ·  2025-08-10
fix: ensure readme is in root for summary page
8573635
Eric Bower  ·  2025-08-10
chore: fix linter warnings
c5d5ea8
Eric Bower  ·  2025-03-24
chore: update go version and docker img
aedcf3c
Eric Bower  ·  2025-03-23
chore: comments and cleanup
ec17d58
Jason Cox  ·  2025-03-23
Ensure all revisions get built (#5)

The first revision builds synchronously, and then the others build in
parallel. Use a wait group to ensure that the program doesn't exit
before the other builds finish.
81f5f00
Eric Bower  ·  2024-12-21
style: lowercase breadcumbs
4bfcb5a
Eric Bower  ·  2024-12-20
docs: readme
42998cb
Eric Bower  ·  2024-12-20
docs: readme
d183f40
Eric Bower  ·  2024-12-20
docs: readme
8cab5ce
Eric Bower  ·  2024-12-19
v1.1.0
chore: rm workflow
b011c80
Eric Bower  ·  2024-12-19
style: header tweak
1b7b275
Eric Bower  ·  2024-12-18
fix: new footer url
e19c0c4
Eric Bower  ·  2024-12-18
feat: `--root-relative` flag to change the url for href links
8014989
Eric Bower  ·  2024-12-18
v1.0.2
style: tweaks
a9efb6d
Eric Bower  ·  2024-05-09
v1.0.1
styles: update
cdca8c4
Eric Bower  ·  2024-04-25
feat: better theme support
01c88ba
Eric Bower  ·  2024-04-22
fix: `--theme` flag loads proper chroma styles
5e46398
Eric Bower  ·  2024-04-22
fix: more restrictive perms on static files

Closes #3
b7e5d08
Eric Bower  ·  2024-03-19
chore: update golang
ae2e84a
Eric Bower  ·  2024-03-19
chore: use v1
5a7edb5
Eric Bower  ·  2024-03-19
v1.0.0
refactor: use slog
78eb71e
Eric Bower  ·  2024-03-19
chore: update smol.css
423bfb5
Eric Bower  ·  2024-03-18
style: rm border radius and hover on box
a67ab6a
Eric Bower  ·  2024-03-18
fix: smol classes colliding
57fd3dc
Eric Bower  ·  2024-03-07
chore: update pico user
23c81bd
Eric Bower  ·  2024-02-27
chore: retain 1 site
d6ede21
Eric Bower  ·  2024-01-16
style: update `smol.css`
54f6fbc
Eric Bower  ·  2024-01-16
fix(static): read from embed fs
ad83ff1
Eric Bower  ·  2024-01-15
chore: license
b1e0426
Eric Bower  ·  2024-01-14
style: tweaks
c02493d
Eric Bower  ·  2024-01-14
changes
41f93ba
Eric Bower  ·  2024-01-14
working on file icons
132c3f9
Eric Bower  ·  2024-01-14
chore: use smol.css framework
4de794d
Eric Bower  ·  2024-01-03
Merge pull request #2 from jshawl/standardize-colors

3889581
Jesse Shawl  ·  2024-01-03
use chroma colors green and red
265aac7
Eric Bower  ·  2023-11-11
fix(gha): add trailing slash to rsync
3251b79
Eric Bower  ·  2023-11-10
use pgs-action v3
e100c49
Eric Bower  ·  2023-09-05
chore: update footer
4d6f37d
Eric Bower  ·  2023-09-05
reference pgit
56048cb
Eric Bower  ·  2023-09-01
doc: readme update
f0e0594
Eric Bower  ·  2023-09-01
doc: update readme
8f24577
Eric Bower  ·  2023-09-01
fix(pgs): retain
d4cbd4f
Eric Bower  ·  2023-08-21
docs: readme
7224ece
Eric Bower  ·  2023-08-19
feat: nested tree folder structure

This feature is designed to support a folder/file structure that most
people are familiar with.  Instead of just having every single file in a
large list, we nest files inside of folders.

The main benefit here is that for large repos with a lot of files we
don't ask end-users to download a massive MB tree file.

It's more clicking -- which I don't like -- but this seems necessary
when there are 10k+ files in a project.
8d0c699
Eric Bower  ·  2023-08-18
design: code page ux
3e208c9
Eric Bower  ·  2023-08-17
feat: add description to summary title
c970741
Eric Bower  ·  2023-08-17
refactor: commit file headers
67b21be
Eric Bower  ·  2023-08-17
refactor: better page titles
9b1e71e
Eric Bower  ·  2023-08-17
feat: sort files in tree
ff7c65b
Eric Bower  ·  2023-08-16
use hey account
ce9094e
Eric Bower  ·  2023-08-15
refactor: perf improvements
9365859
Eric Bower  ·  2023-08-14
chore: speed it up
173794d
Eric Bower  ·  2023-08-14
refactor: use reference name for URLs
9185313
Eric Bower  ·  2023-08-14
feat: commit file header should be link
a9ecf15
Eric Bower  ·  2023-08-14
fix: invert diffs
2ec28b6
Eric Bower  ·  2023-08-13
chore: use go install gha
bb9f67c
Eric Bower  ·  2023-08-13
chore: local deployment
f62edf2
Eric Bower  ·  2023-08-13
chore: tweak gha
7233123
Eric Bower  ·  2023-08-13
refactor: templates
1833a80
Eric Bower  ·  2023-08-13
refactor: root project
8710d5e
Eric Bower  ·  2023-08-13
refactor: assume a single repo
87e3e38
Eric Bower  ·  2023-08-13
use promotion concept
50d81f2
Eric Bower  ·  2023-08-11
fix: use commit for refs in url
e93b271
Eric Bower  ·  2023-08-11
use pgs-action
5ececa2
Eric Bower  ·  2023-08-10
refactor: gha cleanup
c655f72
Eric Bower  ·  2023-08-10
fix: typo gha
9278700
Eric Bower  ·  2023-08-10
fix: checkout entire git repo in gha
60bbeb8
Eric Bower  ·  2023-08-10
chore: add metadata to pgit
73638da
Eric Bower  ·  2023-08-10
chore: remove relative dates
d409522
Eric Bower  ·  2023-08-10
gha edits
e5eed79
Eric Bower  ·  2023-08-10
use sftp
542281f
Eric Bower  ·  2023-08-10
try scp action
82325b0
Eric Bower  ·  2023-08-10
hmm
5aa65c2
Eric Bower  ·  2023-08-10
print ssh version
3a12801
Eric Bower  ·  2023-08-10
rm
9e3a540
Eric Bower  ·  2023-08-10
typo
6fcf1f8
Eric Bower  ·  2023-08-10
upload to static site
6f6844d
Eric Bower  ·  2023-08-10
tweaks
f6177e5
Eric Bower  ·  2023-08-10
gha
3c4bbdf
Eric Bower  ·  2023-08-10
github workflow action
d86407d
Eric Bower  ·  2023-08-10
dockerfile
6d8b897
Eric Bower  ·  2023-08-10
cleanup
5b50e23
Eric Bower  ·  2023-08-09
progress
ea6d2bf
Eric Bower  ·  2023-08-09
formatting
95810a1
Eric Bower  ·  2023-08-09
added logger
4cb9cc5
Eric Bower  ·  2023-08-09
theme
029d56d
Eric Bower  ·  2023-08-09
progress
c69f86f
Eric Bower  ·  2023-08-08
more refactor work
d8a9ea1
Eric Bower  ·  2023-08-08
refactor: rework all structs
7415be1
Eric Bower  ·  2023-08-07
content
0095d5a
Eric Bower  ·  2023-08-07
cleanup
fae1d37
Eric Bower  ·  2023-08-07
wrap
134e2ae
Eric Bower  ·  2023-08-07
copy changes
fe38cd8
Eric Bower  ·  2023-08-06
progress
c0b0fe0
Eric Bower  ·  2023-08-06
changes
ad355eb
Eric Bower  ·  2023-08-05
tweaks
3700715
Eric Bower  ·  2023-08-05
looking good
e51bb05
Eric Bower  ·  2023-08-05
content edits
d19c0db
Eric Bower  ·  2023-08-05
chore: formatting
7575c0b
Eric Bower  ·  2023-08-04
changes
de8062b
Eric Bower  ·  2023-08-04
progress
a41a46b
Eric Bower  ·  2023-06-25
refactor: change directory structure

And other tweaks
38c6478
Eric Bower  ·  2023-06-19
temp docker based deployment
87557bd
Eric Bower  ·  2023-06-19
multistage build docker
befe10e
Eric Bower  ·  2023-06-19
refactor: html links mostly working
002fb3a
Eric Bower  ·  2023-06-18
chore: connect pages together
1b38e02
Eric Bower  ·  2023-06-18
fix: rm html subdir in public folder
27df5bc
Eric Bower  ·  2023-06-18
refactor: rm `/html` prefix in public folder
56dd37a
Eric Bower  ·  2023-06-18
chore: build step
bed0511
Eric Bower  ·  2023-06-18
feat: init