-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.toml
More file actions
139 lines (117 loc) · 2.87 KB
/
Copy pathconfig.toml
File metadata and controls
139 lines (117 loc) · 2.87 KB
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
baseURL = "https://staging.codeblocks.org"
languageCode = "en-us"
title = "Code::Blocks"
theme = "personal-web"
copyright="©2026 Code::Blocks"
googleAnalytics = ""
enableEmoji=true
enableRobotsTXT=true
pygmentsUseClasses=true
pygmentsCodeFences=true
[params.intro]
main = "Code::Blocks"
sub = "The IDE with all the features you need, having a consistent look, feel and operation across platforms."
[params.main]
latestPublishHeader = "Latest news"
[taxonomies]
design = "designs"
tech = "techs"
[blackfriday]
hrefTargetBlank = true
[params]
breadcrumb = true
accentColor = "#FD3519"
mainSections = ['post']
[params.notFound]
gopher = "/images/gopher.png" # checkout https://gopherize.me/
h1 = 'Bummer!'
p = "It seems that this page doesn't exist."
[params.sections]
# Define how your sections will be called
# when automatically pulled. For instance in the 404 page
post = "article"
portfolio = "project"
[params.sidebar]
backgroundImage = '/images/cb_bg.png'
gradientOverlay = 'rgba(0,0,0,0.2),rgba(0,0,0,0.8)'
logo = "/images/logo160.png"
[params.assets]
favicon = "/images/logo48.png"
customCSS = "/css/custom.css"
[params.social]
github = "" # "https://github.com/"
twitter = "" # "https://twitter.com/"
linkedin = "" # "https://www.linkedin.com/in/"
medium = "" # "https://medium.com/"
codepen = "" # "https://codepen.io/"
facebook = "" # "https://www.facebook.com/"
youtube = "" # "https://www.youtube.com/"
instagram = "" # "https://www.instagram.com/"
gitlab = "" # "https://gitlab.com/"
keybase = "" # "https://keybase.io/"
[params.contact]
email = "info@codeblocks.org"
text= ""
[menu]
[[menu.main]]
identifier = "features"
name = "Features"
title = "Features"
url = "/features/"
weight = -110
[[menu.main]]
identifier = "downloads"
name = "Downloads"
title = "Downloads"
url = "/downloads/"
weight = -100
[[menu.main]]
identifier = "forums"
name = "Forums"
title = "Forums"
url = "https://forums.codeblocks.org"
weight = -90
[[menu.main]]
identifier = "wiki"
name = "Wiki"
title = "Wiki"
url = "https://wiki.codeblocks.org"
weight = -90
[[menu.main]]
identifier = "license"
name = "License"
title = "License"
url = "/license/"
weight = -80
[[menu.main]]
identifier = "donations"
name = "Donations"
title = "Donations"
url = "/donations/"
weight = -60
[[menu.main]]
identifier = "docs"
name = "User manual"
title = "User manual"
url = "/user-manual/"
weight = -95
[[menu.main]]
identifier = "blog"
name = "News"
title = "News section"
url = "/post/"
weight = -120
[sitemap]
changefreq = "monthly"
filename = "sitemap.xml"
priority = 0.5
[privacy]
[privacy.googleAnalytics]
anonymizeIP = true
disable = true
respectDoNotTrack = true
useSessionStorage = false
[privacy.twitter]
disable = false
enableDNT = true
simple = false