GitXplorerGitXplorer
a

siteforge

public
0 stars
1 forks
0 issues

Commits

List of commits on branch boss.
Verified
d16353bbc407451be73d6d5f70e104f9884f68a1

remove yarn lock file

aapparebit committed 3 months ago
Verified
9327c64ddfba44e309c6e127c6b3e438a8811d17

update dependencies

aapparebit committed 3 months ago
Verified
d0cde108904916f1add4a037fc3d1fd1aa14a229

replace VNU with html-validate

aapparebit committed 9 months ago
Verified
808f680740c567d524989546a36c0b6775dc0147

filter out warning

aapparebit committed a year ago
Verified
0ce523d719c99924fd46ab63ff2b5f197c4fa3e2

fix paper cuts including automatically killing running dev server instances no

aapparebit committed a year ago
Verified
d59822c4490b3e56cbaf3d8a378d108e2665bb00

add support for PDF documents and RSS feed

aapparebit committed a year ago

README

The README file for this repository.

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.