Open
Conversation
This commit makes the necessary adjustments to deploy the Eleventy-based Jamstack site to Cloudflare Pages. Key changes include: - Modified the Eleventy configuration (`.eleventy.js`) to output the build to a `dist` folder at the project root. - Updated CSS build scripts in `package.json` to reflect the new output path (`../dist`). - Added a `README.md` file within the `src/site` directory containing detailed instructions for deploying to Cloudflare Pages. This README is configured to be copied to the root of the `dist` folder during the build process. The project was already using Jamstack principles with Eleventy. These changes primarily focus on standardizing the output directory for seamless integration with Cloudflare Pages and providing clear deployment documentation.
This commit introduces the foundational scaffolding for a new healthcare informational website within the 'healthcare_site' subdirectory.
Key additions include:
- A new 'healthcare_site' directory at the repository root.
- A simple Eleventy project initialized within 'healthcare_site', including:
- Basic source structure (src, _includes, index.md, css).
- A minimal .eleventy.js configuration outputting to 'healthcare_site/dist'.
- Placeholder healthcare-themed content on the homepage and a basic layout.
- Updated root 'package.json' with new npm scripts for the healthcare site:
- 'build:health' to build the healthcare site.
- 'serve:health' to serve the healthcare site locally on port 8081.
- The 'clean' script was updated to also remove 'healthcare_site/dist'.
- A dedicated 'README.md' in 'healthcare_site' providing development and Cloudflare Pages deployment instructions for this sub-site.
This setup allows for independent development and deployment of the healthcare site while co-existing within the main jamstack.org repository.
RatStar811
approved these changes
Dec 12, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.