From 82e451313fc733015cc6e642a58536209e18f682 Mon Sep 17 00:00:00 2001 From: Rob Fuller Date: Mon, 3 Nov 2014 10:27:06 -0500 Subject: [PATCH] add config and footer --- config.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..f702079 --- /dev/null +++ b/config.json @@ -0,0 +1,6 @@ +{ + "useSideMenu": true, + "lineBreaks": "gfm", + "additionalFooterText": "All content and images © Hak5 LLC", + "anchorCharacter": "#" +} \ No newline at end of file