summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2024-05-13Woops, no need for double-canonicalizationJan-Erik Rediger
2024-05-13Properly canonicalize the git root pathJan-Erik Rediger
Otherwise the later `strip_prefix` might fail, e.g. on Windows with UNC paths. Fixes #16
2022-12-18FormattedJan-Erik Rediger
2022-12-18Update dependenciesJan-Erik Rediger
2022-07-06cargo clippy --fixJan-Erik Rediger
2022-06-27ReformatJan-Erik Rediger
2022-06-27Add a way to change the footer textJan-Erik Rediger
Closes #4
2022-05-26ReformatJan-Erik Rediger
2022-05-26Dependency updatesJan-Erik Rediger
2021-02-23Set default branch to mainWilliam Lachance
2020-09-28ReformatJan-Erik Rediger
2020-09-28Update dependenciesJan-Erik Rediger
2020-07-20Make the branch this links to configurableJan-Erik Rediger
2020-04-03Skip footer creation if it already existsJan-Erik Rediger
2020-01-30Use source root to construct correct URLJan-Erik Rediger
This also canonicalizes the path to remove artifacts like `./` and skips pages from sites which have no corresponding file (e.g. `/index.md` which is actually `README.md`)
2020-01-30Initial working versionJan-Erik Rediger