I just released version 0.15.0 of blogc.
This is release includes some predefined internal template variables, to show
some build metadata in websites. See
blogc-template(7)
for details.
This release also fixes a bug when using whitespace characters like \r,
\n and \t in template blocks, conditionals and variables, instead of
just spaces (' '). These characters where not allowed previously.
For download links, project details and a FAQ, please visit
https://blogc.rgm.io.
Thanks,
Rafael
            
          
          
          
            
            I just released version 0.14.1 of blogc.
This is a minor release, that includes some minor code improvements and fixes
a bug in blogc-make(1) handling of rule names, that would previously accept
incomplete rule names, but would run all the rules that matched the prefix
substring, e.g. atom would match atom, atom_tags, atom_dump, and run
all of them in sequence. Now it will only match the exact rule names. Also,
blogc-github-lambda was removed from blogc git repository. It will be
hosted in a dedicated git repository soon.
For download links, project details and a FAQ, please visit
https://blogc.rgm.io.
Thanks,
Rafael
            
          
          
          
            
            I just released version 0.14.0 of blogc. This is a release, that includes
some changes, mostly in blogc-make(1):
- Allow usage of empty values for the *_prefixsettings inblogcfile(5)
- Fixed some bugs in the default Atom feed template. This includes a change
in the algorithm that generates Atom IDs for every post. Users upgrading
to this version may want to set atom_legacy_entry_idtotrueinblogcfile(5), to avoid re-sharing posts due to the ID changes.
- Allow usage of custom Atom feed templates. Users can dump the default
template to use as base for customizations, using blogc-make(1)atom_dumprule.
- Minor fixes to prevent segfaults.
For download links, project details and a FAQ, please visit
https://blogc.rgm.io.
Thanks,
Rafael
            
          
          
          
            
            I just released version 0.13.10 of blogc. This is a minor release, that
fixes a bug in the configuration file parser used by blogc-make(1) and
by blogc-git-receiver(1), that prevented definition of keys with empty
values.
For download links, project details and a FAQ, please visit
https://blogc.rgm.io.
Thanks,
Rafael