blob: feee8fc587c55bb2b7247d3310a3fa51e0a97ca5 (
plain) (
tree)
|
|
the Stupid Blogging System, static version
==========================================
This is the repository for the Stupid Blogging System (sbs) version 2.5+.
List of features of the SBS:
- Post in HTML, or anything that can be converted into HTML
- Tags
- Passphrase-based content encryption (JavaScript required)
- Automatic table of contents and footnotes generation
- Generates static webpages, ready to be served with httpd
- Flexible templates
- Automatic image compression (TODO, using imagemagick)
Dependencies:
- node.js >8.x
- jsdom
- aes-js
- scrypt-js
- Imagemagick >7.x (for thumbnail generation)
Usage:
In directory ``generator``::
node main.js [--force]
--force:
ignores time stamp and force generation of all pages.
License:
Expat License (MIT)
|