update documentation, add flattr id

This commit is contained in:
Andrew Pamment 2018-02-07 13:31:07 +10:00
parent 05439a65d2
commit 1b3c2e369a
3 changed files with 6 additions and 2 deletions

View File

@ -4,6 +4,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="flattr:id" content="xv55q0">
<meta name="viewport" content="width=device-width, initial-scale=1.0">{% if page_description %}
<meta name="description" content="{{ page_description }}">{% endif %} {% if site_author %}
<meta name="author" content="{{ site_author }}">{% endif %} {% if canonical_url %}

View File

@ -15,7 +15,7 @@ This is the main bbs INI file and contains the following sections
* **Default Tagline** The tagline to use if a conference doesn't have it's own set
* **External Editor Cmd** The script to launch for running an external editor (NOT Required - remove if you dont have one)
* **External Editor Stdio** True or False if your editor requires stdio redirection (Only Required if External Editor CMD is set)
* **External Editor Codepage** The codepage the external editor uses (CP437 for magichat) (Only required if External Editor CMD is set)
* **External Editor Codepage** The codepage the external editor uses (CP437 for magiedit) (Only required if External Editor CMD is set)
* **Automessage Write Level** The security level a user needs to change the automessage (Required)
* **Fork** True if you want the BBS to run in daemon mode false if not. (Required)
* **Enable WWW** True to enable the WWW server, false if not. (Required)

View File

@ -1,5 +1,8 @@
site_name: MagickaBBS - Documentation
theme_dir: cinder
theme:
name: cinder
custom_dir: 'cinder'
pages:
- About: 'index.md'
- Installation: 'guide/installation.md'