aboutsummaryrefslogtreecommitdiff
path: root/README.rst
blob: feee8fc587c55bb2b7247d3310a3fa51e0a97ca5 (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
33
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)