summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index ba294e1..ab40603 100644
--- a/config.toml
+++ b/config.toml
@@ -3,6 +3,9 @@ languageCode = 'en-us'
3title = 'Ryan Schanzenbacher' 3title = 'Ryan Schanzenbacher'
4theme = 'hugo-coder' 4theme = 'hugo-coder'
5 5
6[markup.goldmark.renderer]
7unsafe=true
8
6[params] 9[params]
7author = "Ryan Schanzenbacher" 10author = "Ryan Schanzenbacher"
8info = "Second Year Computing Security Student" 11info = "Second Year Computing Security Student"