aboutsummaryrefslogtreecommitdiff
path: root/README.rst
blob: 5663ebc847b73416638458347dbf9f1e48c20f1c (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
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.