https://github.com/igr/spig-site
Spig website
https://github.com/igr/spig-site
Last synced: 4 months ago
JSON representation
Spig website
- Host: GitHub
- URL: https://github.com/igr/spig-site
- Owner: igr
- Created: 2022-08-24T08:55:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-24T09:36:18.000Z (almost 4 years ago)
- Last Synced: 2025-08-18T11:44:07.255Z (10 months ago)
- Homepage: https://www.spignite.com
- Size: 1.28 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
description: >-
Lightweight static website generator: low-ceremony files processor with proven
javascript tools.
---
# 🐷 Spignite
## Welcome!
**Spignite** is a lightweight static website generator built with Javascript; that uses existing, mature libraries. You can think of **Spignite** as a _generic file processor_ applied to a use case of building a website.
All this makes **Spignite** easy to use and extend (it's just Javascript after all) and - quite _fast_. Enough talking; let's dig in.
{% hint style="info" %}
**Spignite** comes with _reasonable_ defaults. However, don't expect it works magically - it's a big chance you will end up writing some JavaScript code here and there!
{% endhint %}
### Why?
* Pure JavaScript - no surprises, no awful templating, no custom engines... This is just a collection of existing, proven tools configured to work together.
* Easy to write extensions and your own operations in JavaScript.
* Everything is configurable.
* **Spignite** is just a _file-processing_ engine; at the end: define the input files and operations to be executed on them.
* Very fast.
* Developer friendly.
