-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
93 lines (77 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# Site settings
baseurl = "/"
languageCode = "en-uk"
title = "Differentiable Programming"
theme = "syna"
enableGitInfo = true
version = "0.15.0"
[outputs]
home = ["HTML", "JSON"]
[frontmatter]
date = ["date", "lastmod"]
lastmod = ["lastmod", ":git", "date"]
# Google Analytics tracking
googleAnalytics = ""
[params]
name = "FluxML"
# description = "Open Source Theme for your next project"
[params.style]
# background = "secondary"
# Theme customizations
# Assets relative to 'static/'
[params.custom]
favicon = "images/favicon.ico"
# Piwik tracking
[params.analytics.piwik]
#url = ""
#id = ""
#domain = "" # Track subdomains via "*.example.com"
# Optional hash for integrity check
#hash = "sha512-RfeD0pacGTqy9m7U6PgehQfS4cc7SIt+e+P+H5e848kEvB/RW84CUGO3O4O3LNbxjevym6KPUZ8muPsMrI8WIw=="
# Optional, global disable switch for fontawesome related files
# For custom fontawesome js files use the custom.js method
[params.fontawesome]
disabled = false
pro = false
[params.colors]
primary = "rgb(20, 60, 60)"
secondary = "#CCDCDC"
success = "#008f54"
info = "#00c9dc"
warning = "#fdf314"
danger = "#dc1200"
light = "#f8f9fa"
dark = "#343a40"
# main/prepend/postpend menus are displayed in nav fragment.
# Keep an eye out for updates. These will be moved out to make navbar more
# configurable.
[[menu.main]]
url = "/"
name = "Home"
weight = 10
# [[menu.main]]
# url = "#contact"
# name = "Contact"
# weight = 30
[[menu.footer]]
url = "#"
name = "Link"
weight = 10
[[menu.footer]]
url = "#"
name = "Long Link"
weight = 30
[[menu.footer]]
url = "#"
name = "Tiny Link"
weight = 30
[[menu.footer_social]]
weight = 20
name = "facebook"
pre = "fab fa-facebook-f"
url = "#"
[[menu.footer_social]]
weight = 30
name = "linkedin"
pre = "fab fa-linkedin-in"
url = "#"