This repository has been archived by the owner on Nov 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
75 lines (64 loc) · 1.84 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
baseurl = "gcs-site"
languageCode = "en-us"
theme = "hello-friend-ng"
title ="NOVA CTF"
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04 -0700"
homeSubtitle = "FCT @ NOVA"
# Metadata mostly used in document's head
description = "Homepage and blog by NOVA CTF"
keywords = "homepage, blog, science, informatics, development, programming, security"
images = [""]
# Directory name of your blog content (default is `content/posts`)
contentTypeName = "posts"
# Default theme "light" or "dark"
defaultTheme = "dark"
themeColor = "#252627"
# Colors for favicons
[params.favicon.color]
mask = "#252627"
msapplication = "#252627"
theme = "#252627"
[params.logo]
logoText = "$ cd /home/"
logoHomeLink = "/"
# Set true to remove the logo cursor entirely.
# logoCursorDisabled = false
# Set to a valid CSS color to change the cursor in the logo.
logoCursorColor = "#04d334"
# Set to a valid CSS time value to change the animation duration, "0s" to disable.
# logoCursorAnimate = "2s"
[languages]
[languages.en]
subtitle = "FCT @ UNL"
keywords = ""
copyright = ""
readOtherPosts = "Read other posts"
# Social icons
[[params.social]]
name = "email"
url = "mailto:[email protected]"
[[params.social]]
name = "github"
url = "https://github.com/novactf"
# Menu
[menu]
[[menu.main]]
identifier = "about"
name = "About"
url = "/about"
# [[menu.main]]
# identifier = "blog"
# name = "Blog"
# url = "/posts"
# [[menu.main]]
# identifier = "challenges"
# name = "Challenges"
# url = "/challenges"
[[menu.main]]
identifier = "discord"
name = "Sign Up"
url ="https://discord.gg/BqUuGsY"