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
/
test_repo
/
src
/
include
/
lib.h
blob: 28fbe8b300b0764129cd5dac559bd09035b83f8d (
plain
)
1
2
3
4
5
6
7
8
9
#pragma once #include <string_view> namespace lib { std::string_view print(); }