aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-make/settings.c
Commit message (Collapse)AuthorAgeFilesLines
* migrate codebase to use squareball. again :)feature/squareballRafael G. Martins2019-09-021-35/+33
|
* Revert "make: support posts autoloading"Rafael G. Martins2019-05-011-1/+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/+1
|
* make: support posts sortingRafael G. Martins2019-04-281-0/+1
|
* make: added support for `blogc -e`Rafael G. Martins2019-04-031-0/+1
| | | | must still add tests
* *: update copyrightRafael G. Martins2019-01-151-1/+1
|
* make: settings: removed unused functionRafael G. Martins2018-12-161-22/+0
|
* *: update copyrightRafael G. Martins2018-10-141-1/+1
|
* make: allow custom atom templatesRafael G. Martins2018-07-261-0/+1
|
* make: implemented atom_legacy_entry_id settingRafael G. Martins2018-07-251-0/+1
| | | | This allows current users to avoid atom entry id changes.
* make: handle empty prefixes properlyRafael G. Martins2018-07-241-1/+1
| | | | still needs to add integration tests
* make: added 'html_order' and 'atom_order' settingsRafael G. Martins2017-08-031-0/+2
| | | | | | | 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: settings: do not read output_dir from blogcfileRafael G. Martins2017-04-281-3/+0
| | | | | now it is only possible to override output directory using environment variable. this commit also reduces the number trie lookups.
* make: removed unused settingsRafael G. Martins2017-04-111-5/+0
|
* make: s/env/global/Rafael G. Martins2017-03-061-16/+16
|
* make: keep backward compatibility with [copy_files]Rafael G. Martins2017-02-251-1/+6
|
* make: renamed [environment] to [global]Rafael G. Martins2017-02-251-8/+25
|
* *: updated copyrightRafael G. Martins2017-02-251-1/+1
|
* blogc-make: renamed copy_files settings to copyRafael G. Martins2017-02-141-4/+4
|
* make: fixed includesRafael G. Martins2017-01-031-0/+1
|
* make: implemented runserver ruleRafael G. Martins2016-12-271-0/+5
|
* make: validate environment keysRafael G. Martins2016-12-271-1/+10
|
* make: implemented a build tool for blogcRafael G. Martins2016-12-271-0/+175
so, this is basically what happens when you don't have anything better to do in the christmas weekend. most of this code was written in the last 2 or 3 days. i'd like to thank the chivas brothers, the weather and my psychological problems for this achievement. on a serious note, this tool still needs a man page, more tests, and the aws lambda function should be adapted to use it instead of (or together with) make/busybox. also, while talking about aws lambda, this tool can be nicely embedded into the blogc binary, to produce a single "small" static binary for usage in lambda ;)