From aaa2da4e22be420891a00bb1b33bdfc431db80bd Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Fri, 30 Sep 2022 18:19:17 +0530 Subject: Theming: IN-PROGRESS --- src/posts/bulk_watermark_images_nodejs.njk | 7 +++++++ src/posts/index.njk | 11 +++++------ src/posts/posts.json | 1 - 3 files changed, 12 insertions(+), 7 deletions(-) create mode 100644 src/posts/bulk_watermark_images_nodejs.njk (limited to 'src/posts') diff --git a/src/posts/bulk_watermark_images_nodejs.njk b/src/posts/bulk_watermark_images_nodejs.njk new file mode 100644 index 0000000..a86eb14 --- /dev/null +++ b/src/posts/bulk_watermark_images_nodejs.njk @@ -0,0 +1,7 @@ +--- +layout: posts.njk +title: Bulk apply Watermark on images using Node.JS +tags: ['nodejs', 'javascript'] +--- + +Draft \ No newline at end of file diff --git a/src/posts/index.njk b/src/posts/index.njk index 9392ce6..1525a26 100644 --- a/src/posts/index.njk +++ b/src/posts/index.njk @@ -3,23 +3,22 @@ layout: base.njk eleventyExcludeFromCollections: true title: Posts --- -

Published Posts

+

Published Posts

{% for post in collections.posts | reverse %}
- \ No newline at end of file diff --git a/src/posts/posts.json b/src/posts/posts.json index 0cb18be..6f7f019 100644 --- a/src/posts/posts.json +++ b/src/posts/posts.json @@ -1,5 +1,4 @@ { "layout": "posts", "tags": "posts" - } \ No newline at end of file -- cgit v1.2.3