Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | man: s/converts/compiles/ | Rafael G. Martins | 2018-08-19 | 1 | -1/+1 |
| | |||||
* | man: added blogcfile.5, updated some other pages | Rafael G. Martins | 2017-11-18 | 1 | -2/+2 |
| | |||||
* | blogc: add cli option to read list of source files from stdin | Rafael G. Martins | 2016-10-15 | 1 | -3/+16 |
| | | | | | | | | | | this patch adds `-i` option to command line. it will instruct blogc to read stdin and parse it as a file where each source file is a line and empty lines and lines starting with `#` are ignored. this patch makes it possible to use blogc to build big blogs with lots of pages, that would hit the operating system max command line length when calling blogc to build pages. | ||||
* | man: templates and sources must be valid utf-8 | Rafael G. Martins | 2016-07-05 | 1 | -1/+2 |
| | |||||
* | template-parser: added some ast debug | Rafael G. Martins | 2016-06-22 | 1 | -3/+6 |
| | |||||
* | man: added blogc-pagination(7) | Rafael G. Martins | 2016-04-30 | 1 | -2/+2 |
| | |||||
* | main: man: fixed '-l' docs | Rafael G. Martins | 2015-10-07 | 1 | -2/+2 |
| | |||||
* | moved repository to its own github org | Rafael G. Martins | 2015-07-05 | 1 | -1/+1 |
| | |||||
* | improved man pages | Rafael G. Martins | 2015-06-23 | 1 | -1/+2 |
| | |||||
* | improved man pages | Rafael G. Martins | 2015-06-14 | 1 | -2/+2 |
| | |||||
* | main: added option to print global config parameters after parsing | Rafael G. Martins | 2015-05-28 | 1 | -1/+8 |
| | |||||
* | added initial man pages | Rafael G. Martins | 2015-05-15 | 1 | -0/+88 |