aboutsummaryrefslogtreecommitdiffstats
path: root/tests/blogc-make/check_blogc_make.sh.in
Commit message (Collapse)AuthorAgeFilesLines
* 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