summaryrefslogtreecommitdiff
path: root/config.toml
blob: 227db8fac7a6c70343c32b83d1228f16684281f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
baseURL = "/"
title = "shubh's website"
pygmentsstyle = "friendly"
pygmentscodefences = true
pygmentsUseClasses=true
pygmentscodefencesguesssyntax = true
disableHugoGeneratorInject = true

[params]
mode="light"
subtitle = "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."
note = "**Note**: The views here are my own and do not reflect those of my employer - past, current, or future."
copyright = "© 2023 | Made using [hugo](https://gohugo.io/)"
favicon = "/favicon.ico"

[[menu.main]]
name = "home"
url = "/"
weight = 1

[[menu.main]]
name = "posts"
url = "/posts"
weight = 2

[[menu.main]]
name = "about"
url = "/about"
weight = 3