A boilerplate for emergency information websites. (WIP) (Demo Site)
In case of emergency, many organizations need a quick way to publish critical information. Existing CMS websites are often unable to handle sudden spikes in traffic, and local infrastructure might be damaged, leaving people with poor mobile connections.
This project aims to enable developers to quickly publish a simple website that can withstand large amounts of traffic and will work even under extreme conditions. It is built on the rule of least power, using simple technologies for maximum resilience.
- Static Files generated by Eleventy
- Optimized for first Roundtrip (> 14KB)
- Basic Styling for Accessibility
- One Request, Inlined CSS
- Netlify CMS for collaborative Content Editing
- Offline Support with Service Worker
The easiest way to get started is by forking this repo and deploying it to Netlify. You can do that by clicking this button:
To customize the site, edit src/data/meta.json
with your details, and replace the markdown files in src/posts
with your content.
To run this locally, you need to install Node first.
available commands:
npm start
: start development servernpm run build
: generate a production buildnpm run debug
: run eleventy with debug output