Git Repos / blogofile_gitview / _config.py
Last update to this file was on 2021-07-25 at 08:45.
Show _config.py
#### gitview ####
gitview = controllers.gitview
gitview.enabled = True
gitview.commitlimit = 25 ## number of commits to display in log
gitview.objdir = "blob" ## prefix for the file tree
gitview.path = "code" ## controller output dir in your site
## tree, ex: http://example.com/code
gitview.reporoot = "repos" ## git repo search path
Return to the top of this page or return to the overview of this repo.
Log _config.py
Date | Commit Message | Author | + | - |
---|---|---|---|---|
2021-07-25 | Initial commit | cev | +8 |
Return to the top of this page or return to the overview of this repo.