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
- Host: GitHub
- URL: https://github.com/apparebit/siteforge
- Owner: apparebit
- License: mit
- Created: 2019-11-25T04:33:09.000Z (over 5 years ago)
- Default Branch: boss
- Last Pushed: 2024-10-17T07:31:49.000Z (7 months ago)
- Last Synced: 2025-01-12T23:12:27.626Z (4 months ago)
- Topics: javascript, javascript-tools, static-site-generator, static-website-generator
- Language: JavaScript
- Homepage:
- Size: 1.35 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.