Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -2/+2 |
| | |||||
* | make: avoid infinite-loop if posts_per_page <= 0 | Rafael G. Martins | 2018-03-20 | 1 | -1/+2 |
| | |||||
* | make: man: improved rule docs | Rafael G. Martins | 2018-03-12 | 1 | -25/+89 |
| | |||||
* | 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 | 1 | -3/+9 |
| | |||||
* | 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 |
| | | | | | 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. Martins | 2017-03-11 | 1 | -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" builds | Rafael G. Martins | 2017-03-07 | 1 | -0/+4 |
| | | | | this is used by blogc-github-lambda and blogc-git-receiver. | ||||
* | make: added initial man page | Rafael G. Martins | 2017-01-03 | 1 | -0/+79 |