Skip to content

lykranian/statig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

statig

a static page generator for hosting git repos.

see some samples.

usage

./statig.sh repo branch where repo is a path or a link to a git repo. branch is optional, it defaults to master.

creates /tmp/statig/REPONAME/ which can be copied to your webserver directory, or you can change the $target to your web directory. it contains a file index.html and a directory files. the file index.html contains the repo's readme.

deps

requires git pandoc

todo:

  • syntax hilighting
  • proper page design
  • improve css
  • fallbacks if deps aren't present

About

bash static website generator for git repositories

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages