From a190ecdc3f0e06c35b0bfb3ba825a1b29b162f37 Mon Sep 17 00:00:00 2001 From: Marc Pervaz Boocha Date: Fri, 21 Jun 2024 21:59:53 +0530 Subject: Update deps and updated the about page. On branch main Your branch is up to date with 'origin/main'. Changes to be committed: modified: 404.html modified: _includes/base.html new file: _includes/main.css modified: _includes/page.html modified: _includes/post.html modified: about.html deleted: assets/main.css deleted: atom.xml.njk modified: eleventy.config.js modified: index.html modified: package-lock.json modified: package.json modified: posts.html modified: posts/posts.11tydata.js --- atom.xml.njk | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 atom.xml.njk (limited to 'atom.xml.njk') diff --git a/atom.xml.njk b/atom.xml.njk deleted file mode 100644 index e19f107..0000000 --- a/atom.xml.njk +++ /dev/null @@ -1,33 +0,0 @@ ----json -{ - "permalink": "/atom.xml", - "eleventyExcludeFromCollections": true -} ---- - - - {{ metadata.title }} - {{ metadata.subtitle }} - - - {{ collections.posts | getNewestCollectionItemDate | dateToRfc3339 - }} - {{ metadata.url }} - - {{ metadata.author.name }} - {{ metadata.author.email }} - - {%- for post in collections.post | reverse %} {%- set absolutePostUrl = post.url | absoluteUrl(metadata.url) %} - - {{ post.data.title }} - - {{ post.date | dateToRfc3339 }} - {{ absolutePostUrl }} - - - - - {%- endfor %} - -- cgit v1.2.3-70-g09d2