summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2021-09-29 00:20:03 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2021-09-29 00:20:03 -0400
commit69db88b1f1b1f5338b4223380c9ca6ea8e4afda7 (patch)
tree20eca1d8c6b47cd70d12f50629a976041cf504b0 /config.toml
parent38e130a82126dff89f6e8e91a15b33095cdf3ef3 (diff)
added projects - stoic
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"