-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
35 lines (31 loc) · 877 Bytes
/
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
baseurl = "https://ihacktoprotect.com/" # Controls base URL
languageCode = "en-US" # Controls site language
title = "I hack to protect" # Homepage title and page title suffix
paginate = 11 # Number of posts to show before paginating
theme = "hyde" # Set default theme
enableRobotsTXT = true # Suggested, enable robots.txt file
googleAnalytics = "" # Optional, add tracking Id for analytics
disqusShortname = "" # Optional, add Disqus shortname for comments
[params]
description = "Adventures in AppSec"
[menu]
[[menu.main]]
name = "About"
weight = 1
identifier = "about"
url = "/page/about"
[[menu.main]]
name = "My Talks"
weight = 2
identifier = "talks"
url = "/page/talks"
[[menu.main]]
name = "Categories"
weight = 3
identifier = "categories"
url = "/categories"
[[menu.main]]
name = "Tags"
weight = 4
identifier = "tags"
url = "/tags"