update documentation, add flattr id
This commit is contained in:
parent
05439a65d2
commit
1b3c2e369a
@ -4,6 +4,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<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="viewport" content="width=device-width, initial-scale=1.0">{% if page_description %}
|
||||||
<meta name="description" content="{{ page_description }}">{% endif %} {% if site_author %}
|
<meta name="description" content="{{ page_description }}">{% endif %} {% if site_author %}
|
||||||
<meta name="author" content="{{ site_author }}">{% endif %} {% if canonical_url %}
|
<meta name="author" content="{{ site_author }}">{% endif %} {% if canonical_url %}
|
||||||
|
@ -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
|
* **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 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 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)
|
* **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)
|
* **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)
|
* **Enable WWW** True to enable the WWW server, false if not. (Required)
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
site_name: MagickaBBS - Documentation
|
site_name: MagickaBBS - Documentation
|
||||||
theme_dir: cinder
|
theme:
|
||||||
|
name: cinder
|
||||||
|
custom_dir: 'cinder'
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
- About: 'index.md'
|
- About: 'index.md'
|
||||||
- Installation: 'guide/installation.md'
|
- Installation: 'guide/installation.md'
|
||||||
|
Reference in New Issue
Block a user