| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This reverts commit 6dc12e00c852b143429b3db0c01cb9abcf102b8f.
|
|
|
|
|
|
| |
This reverts commit 89e2a39d1ee66a233b1cd21606ba66b32b902b08.
This commit was reverted only to test the clang-analyzer travis job.
|
|
|
|
| |
this bug was reported by clang-analyzer.
|
|
|
|
|
|
| |
This variable will have the same string that was inserted in tbe
`blogcfile` when listing posts and pages, and is useful to highlight
active menu items, for example.
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
now it is only possible to override output directory using environment
variable. this commit also reduces the number trie lookups.
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
this is used by blogc-github-lambda and blogc-git-receiver.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
this is not the best implementation possible, but it works for most use
cases
|
| |
|
|
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 ;)
|