Christoph's site
/building
/self-hosting
/musing
/replying
index
:
git2hugo
main
Python script to generate markdown files from a git repository, so they can be used in static site generators.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
g2h
/
tree.py
blob: bd8116c48cd46d78aed5c3440708ca8b09d87c12 (
plain
)
1
2
def safe_join(tree, path): return tree.join(path) if path else tree