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

https://github.com/abelljs/abell

A Low-Level, Framework Agnostic, Highly Flexible Static-Site-Generator to help you build Static Sites on a smaller learning curve 🌀
https://github.com/abelljs/abell

abell abelljs hacktoberfest javascript static-site-generator

Last synced: 4 days ago
JSON representation

A Low-Level, Framework Agnostic, Highly Flexible Static-Site-Generator to help you build Static Sites on a smaller learning curve 🌀

Awesome Lists containing this project

README

        



Abell Logo and Title

Abell Latest Version  Documentation abelljs.org  Discord Join Chat


A Low-Level, Framework Agnostic, Highly Flexible Static-Site-Generator to help you build Static Sites without too much of learning curve.

**Documentation:** https://abelljs.org

## 📖   Create Abell Project

```sh
npx create-abell my-abell-site
cd my-abell-site
npm run dev
```

Check out https://abelljs.org for complete documentation.

## 🚀   Syntax Example

```vue


I can render JavaScript! Look: {{ 10 + 10 }}

```

Output:
```html


I can render JavaScript! Look: 20

```

Learn More at [Syntax Guide](https://abelljs.org/syntax-guide)

### 📄 License

This project is licensed under the [MIT License](./LICENSE)

### 🤗 Contributing

Check out [CONTRIBUTING.md](https://github.com/abelljs/abell/tree/main/CONTRIBUTING.md)

---

If you like my work, you can sponsor me on GitHub: https://github.com/sponsors/saurabhdaware 🌻