Commit Graph

23 Commits

Author SHA1 Message Date
Zach Leatherman
c780c72770 Simplify the Atom and JSON feeds 2022-07-15 14:42:48 -05:00
Zach Leatherman
2491464043 First commit of i18n base blog using Eleventy v2. This uses English-implied URLs. 2022-07-15 12:11:54 -05:00
Jens Oliver Meiert
3d0eefe897 fix: convert URLs in post content
Signed-off-by: Jens Oliver Meiert <jens@meiert.com>
2021-06-15 10:45:29 +02:00
William Lindvall
56c1c94fc4
Add missing colon to json.njk
Fixes malformed JSON feed output
2021-03-19 03:20:05 +01:00
David
a2cec1d3b5
Add language field/bump version to 1.1 2020-11-30 22:04:23 -05:00
Zach Leatherman
502ab5bdb1 The pathPrefix url filter isn’t needed here for permalinks. Otherewise the files generate to a special folder. We want the directory output to look the same, not with hardcoded pathprefix directories. 2020-10-16 14:33:59 -05:00
Zach Leatherman
5fb79c5849 I don’t think category is used here. 2020-07-27 15:04:10 -05:00
Zach Leatherman
d3ced37f50 Clean up the JSON code a bit (don’t need that extra filter) 2020-07-27 15:02:58 -05:00
Zach Leatherman
2934dae820 Reuse the url filter to work with path prefixes. 2020-07-27 11:40:11 -05:00
Zach Leatherman
b078457afb Reuse feed backs from metadata file and adds comments about it. 2020-07-27 11:39:08 -05:00
Zach Leatherman
7be229d9d0
Merge pull request #48 from benjifs/jsonfeed
JSON Feed
2020-07-27 11:30:43 -05:00
David A. Kennedy
b74f962454 Reverse order of posts in feed
* Allows feed readers to make sure they get the latest post, even of parsing is limited.
2020-07-22 20:21:57 -04:00
Benji Encalada Mora
12219c480f
use JSON.stringify for content 2020-01-20 01:26:45 -06:00
Benji Encalada Mora
a34bf51ce1
Add jsonfeed template 2019-10-30 13:26:42 -05:00
Ben Edwards
a9f9d1bc96 Builds feed URL from site URL to reduce replication 2019-07-23 18:00:11 +01:00
Zach Leatherman
d2439adf61 Use new eleventyExcludeFromCollections feature in 0.8.0: https://www.11ty.io/docs/collections/#option%3A-exclude-content-from-collections 2019-04-04 20:49:20 -05:00
Mathias Bynens
096ff9f3de
Add sitemap.xml 2018-09-24 16:23:31 -04:00
Zach Leatherman
1d36b810a3 Fixes urls in feed. 2018-01-27 23:22:40 -06:00
Zach Leatherman
119dcbaf5a Fixes #6 2018-01-27 21:08:43 -06:00
Zach Leatherman
c81bebd872 Move from atom.xml to feed.xml for tech agnostic-ish filename. 2018-01-25 21:02:35 -06:00
Zach Leatherman
14655cb1c4 Fixes #3 2018-01-22 22:53:46 -06:00
Zach Leatherman
b9c0d87306 start of eleventy-base-blog that pairs with 0.2.8 2018-01-22 08:17:48 -06:00
Zach Leatherman
c86db0c9ce Initial commit. 2018-01-16 21:08:47 -06:00