Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```