summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rwxr-xr-xconfig.toml29
1 files changed, 29 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100755
index 0000000..227db8f
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,29 @@
1baseURL = "/"
2title = "shubh's website"
3pygmentsstyle = "friendly"
4pygmentscodefences = true
5pygmentsUseClasses=true
6pygmentscodefencesguesssyntax = true
7disableHugoGeneratorInject = true
8
9[params]
10mode="light"
11subtitle = "Hello! I am a Computer Science student at SFU. This website is a collection of my random postings, nerdy computer stuff, mostly about linux and security."
12note = "**Note**: The views here are my own and do not reflect those of my employer - past, current, or future."
13copyright = "© 2023 | Made using [hugo](https://gohugo.io/)"
14favicon = "/favicon.ico"
15
16[[menu.main]]
17name = "home"
18url = "/"
19weight = 1
20
21[[menu.main]]
22name = "posts"
23url = "/posts"
24weight = 2
25
26[[menu.main]]
27name = "about"
28url = "/about"
29weight = 3