aboutsummaryrefslogtreecommitdiffstats
path: root/tests/blogc-make/check_blogc_make.sh.in
Commit message (Collapse)AuthorAgeFilesLines
* make: remove whitespaces from default atom templateRafael G. Martins2020-05-091-62/+4
|
* make: fixed filename generation for pagination_tagsRafael G. Martins2019-07-241-0/+182
|
* Revert "make: support posts autoloading"Rafael G. Martins2019-05-011-248/+0
| | | | | | | | It works mostly fine, but if you build a website, delete some files and try to rebuild, it won't be able to detect the removed files. This may be reverted when I find a solution for this problem. This reverts commit 792ac4ec66dd098109a88065420ef95c1a78624f.
* make: support posts autoloadingRafael G. Martins2019-04-281-0/+248
|
* make: support posts sortingRafael G. Martins2019-04-281-0/+220
|
* make: use permalinks as atom idsRafael G. Martins2019-04-201-56/+56
| | | | | | | | | | | | I have just realized that was implementing atom feeds wrong for long time. atom ids are supposed to be valid uris. this is a small but breaking change. it is supposed to make some clients think that all of the old posts were republished. This can be avoided by running something like this, before upgrading: $ blogc-make atom_dump > templates/atom.tmpl however, keep in mind that your atom ids are invalid :/
* make: added listing_entry testRafael G. Martins2019-04-031-3/+14
|
* make: added atom_dump helper ruleRafael G. Martins2018-07-261-0/+38
|
* make: allow custom atom templatesRafael G. Martins2018-07-261-0/+251
|
* make: fixed filename generation for rules and atom feedRafael G. Martins2018-07-251-48/+478
|
* make: disable post listings if {atom_,}posts_per_page is 0Rafael G. Martins2018-06-101-46/+1
|
* make: test atom_posts_per_page = -1Rafael G. Martins2018-06-101-0/+15
|
* Revert "make: disable pagination rules if <= 0 posts per page"Rafael G. Martins2018-06-101-0/+48
| | | | | | This reverts commit cab17026f64ba78bfd9dcac6327607af8e396ebd. Poorly implemented :/
* make: disable pagination rules if <= 0 posts per pageRafael G. Martins2018-06-091-48/+0
|
* make: fixed pagination, added testsRafael G. Martins2018-03-201-0/+377
|
* make: added 'html_order' and 'atom_order' settingsRafael G. Martins2017-08-031-2/+114
| | | | | | | these settings are used to change the order of the posts on the listings. by default, users are supposed to list their posts from older to newer in the blogcfile, and blogc-make will list them on descending order, both for html listings and atom listings.
* make: copy rule should support directories, recursivelyRafael G. Martins2017-04-301-0/+70
| | | | | | now any directories listed in the [copy] section of blogcfile will have its files copied recursively to the output dir. this is useful for big chunks of generated files, e.g. doxygen documentation.
* make: settings: do not read output_dir from blogcfileRafael G. Martins2017-04-281-81/+80
| | | | | now it is only possible to override output directory using environment variable. this commit also reduces the number trie lookups.
* make: renamed [environment] to [global]Rafael G. Martins2017-02-251-2/+2
|
* blogc-make: renamed auto-defined vars to MAKE_*Rafael G. Martins2017-02-131-2/+2
|
* blogc-make: fixed clean ruleRafael G. Martins2017-01-031-1/+64
|
* tests: use absolute path for binariesRafael G. Martins2017-01-021-7/+9
|
* make: rename settings.ini to blogcfileRafael G. Martins2017-01-011-14/+14
|
* make: added a bunch of testsRafael G. Martins2017-01-011-0/+796