summaryrefslogtreecommitdiff
path: root/example_create.sh
AgeCommit message (Collapse)Author
2020-10-17Initial CommitBenjamin Chausse
2020-08-11Logo from png to svg fileOscar Benedito
2020-08-11Add about page for repos with REAMDEOscar Benedito
This commits adds a new dependency: md4c (https://github.com/mity/md4c). Now stagit will generate an about page for each repo with a README, converting it to HTML if it is a Markdown file.
2020-07-30Add Git fetching through httpOscar Benedito
2020-07-30Add my assetsOscar Benedito
2020-06-22favicon: png to icoOscar Benedito
2019-03-01fix issues in example scriptsHiltjo Posthuma
- in case cd fails don't continue (don't write in previous directory). - post-receive: quote $(pwd) in case it has spaces. found by shellcheck tool.
2017-08-02example_create.sh: make executableHiltjo Posthuma
2017-07-30improve example scripts, add to build (Makefile)Hiltjo Posthuma