From 7b167b20778fbfc5cc4b51ba5d4e64f3e4735a7b Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Sun, 29 Oct 2017 20:39:12 +0100 Subject: [PATCH 1/3] Add missing menuFile hjson spec Add missing config hjson file item --- docs/config.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index ca760676..b0ce2e6e 100644 --- a/docs/config.md +++ b/docs/config.md @@ -48,6 +48,7 @@ Below is a **sample** `config.hjson` illustrating various (but certainly not all { general: { boardName: A Sample BBS + menuFile: your_bbs.hjson # copy of menu.hjson file (and adapt to your needs) } defaults: { @@ -126,4 +127,4 @@ Below is a **sample** `config.hjson` illustrating various (but certainly not all ``` ## Menus -See [the menu system docs](menu_system.md) \ No newline at end of file +See [the menu system docs](menu_system.md) From 4e9b72366c80660d7682eb15722988be46927515 Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Mon, 30 Oct 2017 22:31:39 +0100 Subject: [PATCH 2/3] Update config.md --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index b0ce2e6e..1839978e 100644 --- a/docs/config.md +++ b/docs/config.md @@ -48,7 +48,7 @@ Below is a **sample** `config.hjson` illustrating various (but certainly not all { general: { boardName: A Sample BBS - menuFile: your_bbs.hjson # copy of menu.hjson file (and adapt to your needs) + menuFile: your_bbs.hjson //copy of menu.hjson file (and adapt to your needs) } defaults: { From 8ff3d013bd98a02489866da8d104444545e62dd4 Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Mon, 30 Oct 2017 23:26:55 +0100 Subject: [PATCH 3/3] I made a shame of myself I made a shame of myself, lets improve it even further. --- docs/config.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/config.md b/docs/config.md index 1839978e..fba48119 100644 --- a/docs/config.md +++ b/docs/config.md @@ -48,14 +48,14 @@ Below is a **sample** `config.hjson` illustrating various (but certainly not all { general: { boardName: A Sample BBS - menuFile: your_bbs.hjson //copy of menu.hjson file (and adapt to your needs) + menuFile: "your_bbs.hjson" // copy of menu.hjson file (and adapt to your needs) } defaults: { - theme: super-fancy-theme + theme: "super-fancy-theme" // default-assigned theme (for new users) } - preLoginTheme: luciano_blocktronics + preLoginTheme: "luciano_blocktronics" // theme used before a user logs in (matrix, NUA, etc.) messageConferences: { local_general: {