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

https://github.com/apparebit/siteforge

a static website generator
https://github.com/apparebit/siteforge

javascript javascript-tools static-site-generator static-website-generator

Last synced: 3 months ago
JSON representation

a static website generator

Awesome Lists containing this project

README

        

# site:forge

site:forge is a static website generator.

1. It __dispenses with niche languages__, including for templating and styling,
and instead __standardizes on JavaScript__ for all application logic.
2. It __supports proactive view components__ for conveniently and flexibly
assembling content from smaller building blocks. Since they only need to
be rendered once, way ahead of time, they also are much simpler than those
in React.js and similar frameworks. In fact, they are little more than
__functions implementing the same signature__.
3. It is written in __modern JavaScript__ and fully embraces asynchronous code
and ECMAScript modules. It has __few external dependencies__ and instead
relies on a number of packages co-developed with site:forge. These packages
are __designed for interoperability with limited interdependency__. They
also are well-tested, with almost all packages having 100% test coverage or
being close to it.

## Getting Started

Not quite yet...

---

__site:forge__ is © 2019-2020 Robert Grimm and licensed under [MIT](LICENSE)
terms.