| Commit message (Expand) | Author | Age | Files | Lines |
* | man: s/converts/compiles/ | Rafael G. Martins | 2018-08-19 | 1 | -1/+1 |
* | man: minor fixes | Rafael G. Martins | 2018-07-27 | 2 | -2/+2 |
* | make: added atom_dump helper rule | Rafael G. Martins | 2018-07-26 | 2 | -1/+9 |
* | make: allow custom atom templates | Rafael G. Martins | 2018-07-26 | 1 | -5/+10 |
* | man: next version will be 0.14.0, not 0.13.11 | Rafael G. Martins | 2018-07-26 | 1 | -2/+2 |
* | make: implemented atom_legacy_entry_id setting | Rafael G. Martins | 2018-07-25 | 1 | -0/+6 |
* | git-receiver: man: update documentation | Rafael G. Martins | 2018-06-10 | 1 | -5/+19 |
* | git-receiver: man: typo | Rafael G. Martins | 2018-06-10 | 1 | -1/+1 |
* | make: disable post listings if {atom_,}posts_per_page is 0 | Rafael G. Martins | 2018-06-10 | 1 | -3/+3 |
* | Revert "make: disable pagination rules if <= 0 posts per page" | Rafael G. Martins | 2018-06-10 | 1 | -3/+3 |
* | make: disable pagination rules if <= 0 posts per page | Rafael G. Martins | 2018-06-09 | 1 | -3/+3 |
* | git-receiver: allow users to define builds dir | Rafael G. Martins | 2018-05-31 | 1 | -4/+12 |
* | git-receiver: allow users to change the base directory | Rafael G. Martins | 2018-05-30 | 1 | -6/+17 |
* | make: updated man page | Rafael G. Martins | 2018-05-14 | 1 | -3/+11 |
* | make: allow to disable pagination by setting posts_per_page<0 | Rafael G. Martins | 2018-03-20 | 2 | -4/+7 |
* | blogc: loader: respect FILTER_PER_PAGE=0 | Rafael G. Martins | 2018-03-20 | 1 | -4/+6 |
* | make: avoid infinite-loop if posts_per_page <= 0 | Rafael G. Martins | 2018-03-20 | 1 | -1/+2 |
* | make: rename TAG_CLOUD to MAKE_TAGS | Rafael G. Martins | 2018-03-12 | 1 | -1/+1 |
* | make: man: improved rule docs | Rafael G. Martins | 2018-03-12 | 1 | -25/+89 |
* | make: pass TAG_CLOUD variable to blogc. | Rafael G. Martins | 2018-03-10 | 1 | -1/+5 |
* | man: git-receiver: add blogc-make to man | Rafael G. Martins | 2017-11-19 | 2 | -14/+16 |
* | make: improved runserver docs | Rafael G. Martins | 2017-11-19 | 1 | -1/+6 |
* | man: added blogcfile.5, updated some other pages | Rafael G. Martins | 2017-11-18 | 6 | -10/+200 |
* | loader: added FILTER_REVERSE | Rafael G. Martins | 2017-07-25 | 1 | -0/+5 |
* | make: man: document rules | Rafael G. Martins | 2017-07-23 | 1 | -2/+35 |
* | make: settings: do not read output_dir from blogcfile | Rafael G. Martins | 2017-04-28 | 1 | -2/+1 |
* | runserver: allow users to override default host/port with env var | Rafael G. Martins | 2017-04-10 | 1 | -0/+8 |
* | make: all builds are "production" by default, enable "dev" on cli. | Rafael G. Martins | 2017-03-11 | 1 | -4/+5 |
* | make: add support to "production" builds | Rafael G. Martins | 2017-03-07 | 1 | -0/+4 |
* | content-parser: source-parser: rename TITLE to FIRST_HEADER | Rafael G. Martins | 2017-02-15 | 1 | -5/+5 |
* | content-parser: html-encode pre-defined title. updated man pages | Rafael G. Martins | 2017-02-15 | 2 | -1/+7 |
* | make: added initial man page | Rafael G. Martins | 2017-01-03 | 2 | -0/+80 |
* | git-receiver: allow to push to mirror manually | Rafael G. Martins | 2016-11-19 | 1 | -0/+12 |
* | git-receiver: few man-page fixes | Rafael G. Martins | 2016-11-18 | 1 | -2/+3 |
* | git-receiver: allow users to re-run the last successful build | Rafael G. Martins | 2016-11-17 | 1 | -0/+10 |
* | blogc: add cli option to read list of source files from stdin | Rafael G. Martins | 2016-10-15 | 1 | -3/+16 |
* | build: man: tests: do not use bash | Rafael G. Martins | 2016-10-12 | 1 | -4/+4 |
* | git-receiver: added support to get mirror url from config file | Rafael G. Martins | 2016-10-10 | 1 | -4/+17 |
* | man: templates and sources must be valid utf-8 | Rafael G. Martins | 2016-07-05 | 3 | -1/+6 |
* | template-parser: renderer: implemented 'else' support in templates | Rafael G. Martins | 2016-07-03 | 1 | -3/+11 |
* | template-parser: added some ast debug | Rafael G. Martins | 2016-06-22 | 1 | -3/+6 |
* | man: improved blogc-git-receiver mirroring setup | Rafael G. Martins | 2016-06-19 | 1 | -0/+3 |
* | renderer: added support to truncate variables. | Rafael G. Martins | 2016-05-30 | 2 | -1/+39 |
* | content-parser: encode HTML entities in DESCRIPTION variable | Rafael G. Martins | 2016-05-24 | 1 | -3/+4 |
* | content-parser: fixed DESCRIPTION variable. | Rafael G. Martins | 2016-05-23 | 1 | -3/+4 |
* | content-parser: do not use paragraphs inside blockquote for DESCRIPTION | Rafael G. Martins | 2016-05-22 | 1 | -1/+2 |
* | man: added documentation for DESCRIPTION variable | Rafael G. Martins | 2016-04-30 | 1 | -1/+6 |
* | man: added blogc-pagination(7) | Rafael G. Martins | 2016-04-30 | 4 | -2/+129 |
* | man: added man page for blogc-runserver | Rafael G. Martins | 2016-04-29 | 3 | -1/+50 |
* | man: added man page for blogc-git-receiver | Rafael G. Martins | 2016-04-29 | 2 | -6/+136 |