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 🌀
- Host: GitHub
- URL: https://github.com/abelljs/abell
- Owner: abelljs
- License: mit
- Created: 2020-04-15T04:19:58.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-03T14:22:05.000Z (12 months ago)
- Last Synced: 2024-05-19T13:32:17.154Z (9 months ago)
- Topics: abell, abelljs, hacktoberfest, javascript, static-site-generator
- Language: TypeScript
- Homepage: https://abelljs.org
- Size: 2.3 MB
- Stars: 411
- Watchers: 6
- Forks: 37
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - abelljs/abell - A Low-Level, Framework Agnostic, Highly Flexible Static-Site-Generator to help you build Static Sites on a smaller learning curve 🌀 (TypeScript)
README
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 🌻