-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
77 lines (63 loc) · 1.92 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
76
77
baseurl = "https://yara-rules.github.io/blog/"
title = "YaraRules Project"
copyright = "(c) 2017-2021 YaraRules Project."
languageCode = "en-EN"
metaDataFormat = "toml"
theme = "hyde-y"
# Pagination
paginate = 10
paginatePath = "page"
[permalinks]
post = "/:year/:month/:day/:slug/"
code = "/:slug/"
[taxonomies]
tag = "tags"
topic = "topics"
[author]
name = "YaraRules"
email = "[email protected]"
[Menus]
main = [
{Weight = 1, Name = "Project", URL = "/project"},
{Weight = 2, Name = "Repository", URL = "https://github.com/Yara-Rules/rules"},
{Weight = 3, Name = "Posts", URL = "/post"},
{Weight = 4, Name = "Contribute", URL = "/contribute"},
{Weight = 5, Name = "Contact", URL = "/contact"}
]
#
# All parameters below here are optional and can be mixed and matched.
#
[params]
# Site description
description = "Official Website"
# Site keywords
keywords = ["Yara", "Rules"]
# You can use markdown here.
brand = "YaraRules"
topline = "Yara Rules Repository"
footline = "Coded with <i class='fa fa-heart'></i>"
# Sidebar position
# false, true, "left", "right"
sidebar = "left"
# Text for the top menu link, which goes the root URL for the site.
# Default (if omitted) is "Home".
home = "Home"
# Select a syntax highight.
# Check the static/css/highlight directory for options.
highlight = "default"
# Google Analytics.
#googleAnalytics = "Your Google Analytics tracking code"
# Sidebar social links.
github = "Yara-Rules/rules" # Your Github profile ID
twitter = "yararules" # Your Twitter profile ID
# Sidebar RSS link: will only show up if there is a RSS feed
# associated with the current page
rss = true
[blackfriday]
angledQuotes = true
fractions = false
hrefTargetBlank = false
latexDashes = true
plainIdAnchors = true
extensions = []
extensionmask = []