Do not follow this link

~dvko/gozer

add Now template variable for accessing build time
add links to relevant sourcehut projects to README
attempt to push from sourcehut to github
add sourcehut build manifest
document the Page variable in README
ignore default output from running
replace min function by simple if
lower go version in go.mod to version that go mod tidy from debian repo supports
go.mod shouldn't have patch version
Merge branch 'main' of github.com:dannyvankooten/gozer
in atom feed, atom:generator value should be gozer, not gosite
Merge pull request #5 from cooperqmarshall/cooper/fix-copy-dir-panic

fix(build): handled err in copyDirRecursively()
abca3583 — Cooper Marshall 10 months ago
fix(build): handled err in copyDirRecursively()
Merge branch 'main' of github.com:dannyvankooten/gozer
use 0755 permissions on created directories

fixes an issue where permissions from the source directory were not properly copied over, resulting in a directory that could not be written to
Merge pull request #2 from cooperqmarshall/help-argument-fix

Add custom `-h` and `--help` flag output
36004e74 — Cursed Chai 11 months ago
Added custom `-h` and `--help` flag output
show directory structure in README using output of tree command
Next
Do not follow this link