{"id":22883324,"url":"https://github.com/nocpiun/webpack-feed-plugin","last_synced_at":"2026-04-16T01:33:14.327Z","repository":{"id":223972777,"uuid":"762071499","full_name":"nocpiun/webpack-feed-plugin","owner":"nocpiun","description":"A webpack plugin for generating RSS feed files","archived":false,"fork":false,"pushed_at":"2024-02-23T03:31:28.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-19T10:08:32.959Z","etag":null,"topics":["atom","blog","feed","rss","webpack","webpack-plugin"],"latest_commit_sha":null,"homepage":"https://npmjs.com/webpack-feed-plugin","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nocpiun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":["https://nocp.space/donate"]}},"created_at":"2024-02-23T02:56:03.000Z","updated_at":"2024-02-23T03:03:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"a315adf9-f8a5-46f9-9e88-e356e969207c","html_url":"https://github.com/nocpiun/webpack-feed-plugin","commit_stats":null,"previous_names":["nocpiun/webpack-feed-plugin"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/nocpiun/webpack-feed-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nocpiun%2Fwebpack-feed-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nocpiun%2Fwebpack-feed-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nocpiun%2Fwebpack-feed-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nocpiun%2Fwebpack-feed-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nocpiun","download_url":"https://codeload.github.com/nocpiun/webpack-feed-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nocpiun%2Fwebpack-feed-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31867711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["atom","blog","feed","rss","webpack","webpack-plugin"],"created_at":"2024-12-13T18:35:22.578Z","updated_at":"2026-04-16T01:33:14.304Z","avatar_url":"https://github.com/nocpiun.png","language":"JavaScript","funding_links":["https://nocp.space/donate"],"categories":[],"sub_categories":[],"readme":"# `webpack-feed-plugin`\n\n**A webpack plugin for generating RSS feed files**\n\nBy NriotHrreion\n\n---\n\n## Installation\n\n```bash\nnpm i webpack-feed-plugin\n```\n\n## Example\n\n#### webpack.config.js\n\n```js\nvar { WebpackFeedPlugin } = require(\"webpack-feed-plugin\");\n\nmodule.exports = {\n    plugins: [\n        new WebpackFeedPlugin({\n            site: \"https://example.com\",\n            postPath: path.resolve(__dirname, \"../src/posts\"),\n            postLink: \"%s/%a\", // Here: %s = https://example.com/blog, %a = Article Title\n            output: {\n                json: \"feed.json\",\n                atom: \"feed.xml\"\n            },\n            feedConfig: {\n                title: \"My Feed\",\n                description: \"This is my feed, welcome to subscribe\",\n                id: \"https://example.com/blog\",\n                link: \"https://example.com/blog\",\n                language: \"en\",\n                favicon: \"https://example.com/favicon.ico\",\n                copyright: `Copyright (c) ${new Date().getFullYear()} NriotHrreion`,\n                feedLinks: {\n                    json: \"https://example.com/feed.json\",\n                    atom: \"https://example.com/feed.xml\"\n                },\n                author: {\n                    name: \"NoahHrreion\",\n                    email: \"nriot233@gmail.com\",\n                    link: \"https://example.com\"\n                }\n            }\n        })\n    ]\n}\n```\n\n#### Markdown front matter\n\n```md\n---\ntitle: \"This is an article\"\nauthor: NriotHrreion\nphoto: \"/static/example.png\"\nexcerpt: \"This is a description of the article.\"\ndate: 2024-02-23\n---\n\nArticle Contents...\n```\n\n## LICENSE\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnocpiun%2Fwebpack-feed-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnocpiun%2Fwebpack-feed-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnocpiun%2Fwebpack-feed-plugin/lists"}