Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.09 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.09 KB

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 terms.