AlexErling / zetaglest.github.io

ZetaGlest web site repo

Home Page:https://zetaglest.github.io/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

                    == ZetaGlest Web site ==

The html files in this folder are automatically published to the ZetaGlest
web site <https://zetaglest.github.io/docs/>.

docs/src/simplecgen will read from infiles/ and create html files
in the docs folder using the layouts in templates/

The format of the .sct files in infiles/ is very simple. At the top there is info that simplecgen
uses, and the remainer is the html document body.

    Example:<https://github.com/ZetaGlest/zetaglest.github.io/blob/master/docs/infiles/index.sct>

The {{title}} tag contained in the template/ files will be replaced by
the "title" line at the top of each .sct file.

The {{body}} tag contained in the template files will be replaced by
the html contents of each .sct file.

The "layout" line is used to determine the template.

Example: "layout:default" (located near the top of an .sct file), will
use templates/default.html

To build simplecgen, see the README in docs/src/.

Afterward, run simplecgen to generate the web site from the docs
directory:

    src/simplecgen
    
You can preview and test your changes by opening docs/index.html in your web browser.

simplecgen uses the simplectemplate library<https://github.com/dafky2000/simplectemplate> to
generate the web site (which is included in the src/ directory).

[sct_repo]: https://github.com/dafky2000/simplectemplate

About

ZetaGlest web site repo

https://zetaglest.github.io/docs/


Languages

Language:HTML 97.4%Language:Perl 2.2%Language:CSS 0.3%Language:Shell 0.1%