-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
55 lines (43 loc) · 1.18 KB
/
config.toml
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
baseURL = "http://sf23.locus.com.np/"
languageCode = "en-us"
title = "Software Fellowship 2023"
theme = "minimal"
googleAnalytics = ""
[params]
author = "Aayush Neupane"
description = "Locus Software Fellowship Home"
githubUsername = "Atomnp"
accent = "purple"
showBorder = true
backgroundColor = "white"
font = "Raleway" # should match the name on Google Fonts!
highlight = true
highlightStyle = "default"
highlightLanguages = ["go", "haskell", "kotlin", "scala", "swift"]
[[menu.main]]
url = "/"
name = "Home"
weight = 1
[[menu.main]]
url = "/about/"
name = "About"
weight = 2
[[menu.main]]
url = "/days/"
name = "Content"
weight = 3
[[menu.main]]
url = "/final/"
name = "Final Words"
weight = 4
# Social icons to be shown on the right-hand side of the navigation bar.
# The "name" field should match the name of the icon in Font Awesome.
# The list of available icons can be found at http://fontawesome.io/icons.
[[menu.icon]]
url = "mailto:[email protected]"
name = "fas fa-envelope"
weight = 1
[[menu.icon]]
url = "https://github.com/Atomnp/"
name = "fab fa-github"
weight = 2