https://github.com/popularowl/11ty-static-web
lean static website project powered by 11ty
https://github.com/popularowl/11ty-static-web
11ty deployment-automation static-website website
Last synced: 5 months ago
JSON representation
lean static website project powered by 11ty
- Host: GitHub
- URL: https://github.com/popularowl/11ty-static-web
- Owner: popularowl
- Created: 2024-11-13T16:36:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-03T15:31:23.000Z (over 1 year ago)
- Last Synced: 2025-04-14T10:43:35.387Z (about 1 year ago)
- Topics: 11ty, deployment-automation, static-website, website
- Language: CSS
- Homepage:
- Size: 183 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 11ty static web
[](https://app.netlify.com/sites/11ty-static-web/deploys)
Source code for a lean, static website, powered by [11ty static site generator](https://www.11ty.dev/).
Created as an example open source project for tutorials on [Htmlcenter](https://www.htmlcenter.com/blog/). 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](https://www.htmlcenter.com/blog/how-to-build-static-website-with-11ty/)
- [Add sitemap and RSS to 11ty static website](https://www.htmlcenter.com/blog/build-static-website-with-11ty-part-2)
- [Hosting 11ty static website on Cloudflare pages](https://www.htmlcenter.com/blog/static-website-hosting-with-cloudflare-pages/)
Demo sites:
- [Demo on Cloudflare](https://11ty-static-web.pages.dev/)
- [Demo on Netlify](https://11ty-static-web.netlify.app/)
## Build
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.
```bash
npm install
npm run dev
npm run debug
npm clean
```