abelljs / abell

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

Home Page:https://abelljs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

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

πŸš€   Syntax Example

<!-- index.abell -->
<html>
  <body>
    I can render JavaScript! Look: {{ 10 + 10 }}
  </body>
</html>

Output:

<!-- index.html -->
<html>
  <body>
    I can render JavaScript! Look: 20
  </body>
</html>

Learn More at Syntax Guide

πŸ“„ License

This project is licensed under the MIT License

πŸ€— Contributing

Check out CONTRIBUTING.md


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

About

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

https://abelljs.org

License:MIT License


Languages

Language:TypeScript 64.4%Language:HTML 15.1%Language:MDX 9.6%Language:SCSS 5.3%Language:CSS 3.3%Language:JavaScript 2.4%