Commit Graph

19 Commits

Author SHA1 Message Date
f19331bf11 Generate links to RSS feeds generated, generalize conditional blocks for static templating thus simplifying some variables and clarify some data structures for Collections and ArticleLists 2020-05-08 15:51:25 +02:00
4e402174b1 Implement RSS feeds generation 2020-03-25 19:47:28 +01:00
36651ddc38 Fix Open Graph cards by adding a new option to provide the site's URL 2019-12-21 12:50:38 +01:00
94e323d715 Simplify Blog.Wording module and change conditional template blocks syntax a tiny bit 2019-08-27 13:23:17 +02:00
593780cbbd Release v1.0.0 2019-04-20 09:54:21 +02:00
2c6be28d76 Implement metadata for articles and comments 2019-03-02 23:44:09 +01:00
e9dad0fc3d Fix bug causing articles/ path to not be found when hablo is not run from the target directory 2019-03-02 23:40:34 +01:00
f9a82cb088 Harden wording files parsing against partial read due to unexpected token and add support for comments 2019-03-01 23:09:12 +01:00
413a409447 Explicitely import (<>) for older versions of base 2019-02-26 14:46:05 +01:00
4368f30531 Refactor code to get rid of fake *Export types 2019-02-22 23:29:35 +01:00
cfa501e3c4 Add an option to pass a custom config to remarkableJS 2019-02-22 22:02:07 +01:00
d7dcdb2880 Allow customizing the name of the comments section 2019-02-19 21:57:50 +01:00
04fe7b8f31 Refactor to put more work (checking files existance, making path absolutes) into the Files module and simplify Arguments a bit 2019-02-19 21:48:55 +01:00
602e345977 Make cardImage optional and detect it just like favicons 2019-02-19 18:40:32 +01:00
339a1e0d20 Implement customizable texts 2019-02-17 19:55:11 +01:00
6c3f31ea6c Implement comments activated by the presence of a 'comments:' field in the article's metadata 2019-02-16 08:13:14 +01:00
85b71262be Get rid of source which is easily deducible from the articles key and articlesPath 2019-02-15 18:07:59 +01:00
ad5c8a0130 Use INPUT_DIR has the root of the blog now and add an option for a path where to look for articles and static pages 2019-02-15 15:11:47 +01:00
515fb14914 Take a part of Blog's configuration into a separate Skin module, add syntactic sugar and use the result in generation modules 2019-02-07 17:51:06 +01:00