aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorIndrajith K L2022-09-03 03:13:50 +0530
committerIndrajith K L2022-09-03 03:13:50 +0530
commit8368cbbd80f9dfe5539dfdf3e4b819c1228dcb22 (patch)
tree6adfc918dcfe17d997d0faabd3da459906fc1452 /package.json
parent7121a634d79b79e158ca91ce68051b2805733fa9 (diff)
downloadindrajith-dev-8368cbbd80f9dfe5539dfdf3e4b819c1228dcb22.tar.gz
indrajith-dev-8368cbbd80f9dfe5539dfdf3e4b819c1228dcb22.tar.bz2
indrajith-dev-8368cbbd80f9dfe5539dfdf3e4b819c1228dcb22.zip
Adds RSS Feed
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 9059371..abccb36 100644
--- a/package.json
+++ b/package.json
@@ -10,13 +10,14 @@
"eleventy": "eleventy",
"start": "concurrently \"npm run tailwind:process\" \"npm run serve\"",
"build": "npm run tailwindcli:build && npm run eleventy",
- "tailwindcli:build":"npx tailwindcss -i src/css/styles.css -o src/_includes/assets/css/styles.css"
+ "tailwindcli:build": "npx tailwindcss -i src/css/styles.css -o src/_includes/assets/css/styles.css"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^1.0.2",
+ "@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.1.0",
"@tailwindcss/line-clamp": "^0.4.0",
"autoprefixer": "^10.4.8",