aboutsummaryrefslogtreecommitdiffstats
path: root/man/blogc.1.ronn
Commit message (Collapse)AuthorAgeFilesLines
* blogc: add cli option to read list of source files from stdinRafael G. Martins2016-10-151-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-8Rafael G. Martins2016-07-051-1/+2
|
* template-parser: added some ast debugRafael G. Martins2016-06-221-3/+6
|
* man: added blogc-pagination(7)Rafael G. Martins2016-04-301-2/+2
|
* main: man: fixed '-l' docsRafael G. Martins2015-10-071-2/+2
|
* moved repository to its own github orgRafael G. Martins2015-07-051-1/+1
|
* improved man pagesRafael G. Martins2015-06-231-1/+2
|
* improved man pagesRafael G. Martins2015-06-141-2/+2
|
* main: added option to print global config parameters after parsingRafael G. Martins2015-05-281-1/+8
|
* added initial man pagesRafael G. Martins2015-05-151-0/+88