{"id":18866754,"url":"https://github.com/jxmked/webpack-multipage-base-template","last_synced_at":"2026-04-27T11:31:14.521Z","repository":{"id":209750270,"uuid":"724517760","full_name":"jxmked/webpack-multipage-base-template","owner":"jxmked","description":"Multipage webpack rendering","archived":false,"fork":false,"pushed_at":"2025-02-08T06:57:39.000Z","size":3642,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"xio","last_synced_at":"2025-05-30T14:36:45.252Z","etag":null,"topics":["multipage-static-websites","typescript","webpack"],"latest_commit_sha":null,"homepage":"https://jxmked.github.io/webpack-multipage-base-template/","language":"HTML","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/jxmked.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,"zenodo":null}},"created_at":"2023-11-28T08:40:35.000Z","updated_at":"2025-02-08T06:57:42.000Z","dependencies_parsed_at":"2023-11-29T01:27:34.076Z","dependency_job_id":"82a931d0-76c0-4271-9032-1e294b5712f2","html_url":"https://github.com/jxmked/webpack-multipage-base-template","commit_stats":null,"previous_names":["jxmked/webpack-multipage-base-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/jxmked/webpack-multipage-base-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jxmked%2Fwebpack-multipage-base-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jxmked%2Fwebpack-multipage-base-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jxmked%2Fwebpack-multipage-base-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jxmked%2Fwebpack-multipage-base-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jxmked","download_url":"https://codeload.github.com/jxmked/webpack-multipage-base-template/tar.gz/refs/heads/xio","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jxmked%2Fwebpack-multipage-base-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32335295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["multipage-static-websites","typescript","webpack"],"created_at":"2024-11-08T05:07:25.676Z","updated_at":"2026-04-27T11:31:14.506Z","avatar_url":"https://github.com/jxmked.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Webpack Multipage Base Template\n\nWanna do some multipage static sites?\n\n## Config\n\nOpen `entries.mjs` file and add your pages in `pages` constant.\n\n```js\n{\n  title: 'index', // For config title and chunking\n  folder: '', // Source file\n  output_folder: '' // Url\n}\n```\n\n\u003e It also supports sub/sub/sub directories like what I did in `/pagetwo/about`\n\n- The `title`, `folder` and `output_folder` keys should be unique.\n- The `folder` key will be the actual folder inside of src folder.\n- The `output_folder` key will be use as url path like `http://localhost:3000/:folder`\n\n\u003e The webpack config is similar to the first version of the \"Webpack base template,\"\n\u003e but the \"Webpack base template\" is only for single-page applications. The main\n\u003e difference between this template and the others is that this template supports\n\u003e multipage rendering, although it requires some additional setup complexity. To\n\u003e simplify the process, I added the `entries.mjs` file for easier configuration.\n\u003e Additionally, I have updated my [ga4-webpack-plugin](https://www.npmjs.com/package/ga4-webpack-plugin)\n\u003e to meet the requirements of this webpack configuration.\n\n**Hope you guys like this**\n\n#### Incase you lost\n\n- [webpack-base-template](https://github.com/jxmked/webpack-base-template)\n- [webpack-multipage-base-template](https://github.com/jxmked/webpack-multipage-base-template)\n\n#### **Created with love and frustration** by [Jovan](https://facebook.com/deguia25)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjxmked%2Fwebpack-multipage-base-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjxmked%2Fwebpack-multipage-base-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjxmked%2Fwebpack-multipage-base-template/lists"}