🐙 Templated web page generator for your git repositories
git clone https://github.com/m-col/gitja
Files | Refs | Readme | License

-rw-r--r-- templates/README.rst


      1 gitja templates
      2 ===============
      3 
      4 This folder contains some example templates for demonstration purposes.
      5 
      6 They can be used for generation by specifying the path of one of the folders in
      7 the configuration file as the ``template``.
      8 
      9 If you make a nice template and would like to share it, contributions of more
     10 folders here would be very welcome!
     11 
     12 The templates and their descriptions:
     13 
     14 ============= ==========================================
     15 Template name Description
     16 ============= ==========================================
     17 base          This is placed into the current folder via ``gitja -t``.
     18 docs          This is used for generating gitja's docs website.
     19 stagit        This replicates much of stagit_'s style.
     20 ============= ==========================================
     21 
     22 .. _stagit: https://codemadness.org/git/stagit
     23