aboutsummaryrefslogtreecommitdiff
path: root/README.rst
blob: 9a165cbe34a8907044f0f2b21517e42c256b3cf1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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

Usage:

In directory ``generator``::

  node main.js [--force]

--force:
  ignores time stamp and force generation of all pages.

License:

Expat License (MIT)