aboutsummaryrefslogtreecommitdiffstats
path: root/man/blogc-make.1.ronn
Commit message (Collapse)AuthorAgeFilesLines
* make: rules: added pagination_tagsRafael G. Martins2019-07-151-0/+12
| | | | needs tests, but is supposed to work
* man: minor fixesRafael G. Martins2018-07-271-1/+1
|
* make: added atom_dump helper ruleRafael G. Martins2018-07-261-0/+7
|
* make: updated man pageRafael G. Martins2018-05-141-3/+11
|
* make: allow to disable pagination by setting posts_per_page<0Rafael G. Martins2018-03-201-2/+2
|
* make: avoid infinite-loop if posts_per_page <= 0Rafael G. Martins2018-03-201-1/+2
|
* make: man: improved rule docsRafael G. Martins2018-03-121-25/+89
|
* make: improved runserver docsRafael G. Martins2017-11-191-1/+6
|
* man: added blogcfile.5, updated some other pagesRafael G. Martins2017-11-181-3/+9
|
* make: man: document rulesRafael G. Martins2017-07-231-2/+35
|
* make: settings: do not read output_dir from blogcfileRafael G. Martins2017-04-281-2/+1
| | | | | now it is only possible to override output directory using environment variable. this commit also reduces the number trie lookups.
* make: all builds are "production" by default, enable "dev" on cli.Rafael G. Martins2017-03-111-4/+5
| | | | | | this is more consistent with other similar tools, and enables us to add something like a [copy:dev] section later, that will avoid copying dev files to production builds.
* make: add support to "production" buildsRafael G. Martins2017-03-071-0/+4
| | | | this is used by blogc-github-lambda and blogc-git-receiver.
* make: added initial man pageRafael G. Martins2017-01-031-0/+79