Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T19:41:41.000Z (about 1 month ago)
- Last Synced: 2024-11-20T20:30:27.927Z (about 1 month ago)
- Topics: 11ty, deployment-automation, static-website, website
- Language: CSS
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 11ty minimal web
Source code for a lean, static website, powered by [11ty static site generator](https://www.11ty.dev/).
It's created as an example open source project for a book - [Just deploy static websites!](/) A short book that teaches you how to professionally deploy static websites on various hosting platforms. And how to automate a whole flow.
This project is also referenced in several online tutorials:
- [How to build a static website with 11ty](https://www.htmlcenter.com/blog/how-to-build-static-website-with-11ty/)
- [Add CSS styles, sitemap and RSS to 11ty site](https://www.htmlcenter.com/blog/build-static-website-with-11ty-part-2)### Build
The prerequisite is Node.js version 20 or higher. Check with `node --version`
After cloning this repository, use the following commands to make use of it. See the above-mentioned tutorials for a more detailed steps.
```bash
npm install
npm run dev
npm run debug
npm clean
```