Skip to content

apparebit/siteforge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.