Source code for a lean, static website, powered by 11ty static site generator.
Created as an example open source project for tutorials on Htmlcenter. Includes sitemap, dynamic RSS feed, and configurations for deployments to various cloud hosting platforms.
Referenced in tutorials:
- How to build a static website with 11ty
- Add sitemap and RSS to 11ty static website
- Hosting 11ty static website on Cloudflare pages
Demo sites:
The prerequisite for this project is Node.js v18 or higher. Check your environment with node --version
After cloning the repository, use the following commands to make use of it. See the above-mentioned tutorials for more detailed steps.
npm install
npm run dev
npm run debug
npm clean