-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
192 lines (152 loc) · 4.46 KB
/
_config.yml
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
url: https://eclipse-embed-cdt.github.io
# Pass this to jekyll via --baseurl.
# baseurl: /web-preview
xpack_url: https://xpack.github.io
twitter_id: EmbedCDT
# Default permalink used for posts.
permalink: /blog/:year/:month/:day/:title/
# Update this after editing the CSS files, to force a cache update.
css-date: 202304191327
repository: eclipse-embed-cdt/web-jekyll
# This property is useful for conditional filtering of content that is
# separate from the PDF.
output: web
# This appears on the top navigation bar next to the home button.
topnav_title: Eclipse Embedded CDT (C/C++ Development Tools)™
# This appears in the html browser tab for the site title (seen mostly
# by search engines, not users).
site_title: Eclipse Embedded CDT (C/C++ Development Tools)™
company_name: Eclipse
# This appears in the copyright notice in the footer.
copyright_holder: Liviu Ionescu and others
# If you're using Github, provide the basepath to the branch you've
# created for reviews, following the sample here. if not, leave this
# value blank.
github_editme_path: eclipse-embed-cdt/web-jekyll/blob/master/
# If you're using disqus for comments, add the short name here.
# If not, leave this value blank.
# disqus_shortname: embed-cdt
# If you have google-analytics ID, put it in. if not, edit this value to blank.
# google_analytics: UA-16767008-19
google_analytics: 'G-3LM1RVGDZY'
# The preview server used. Leave as is.
host: localhost
# The port where the preview is rendered. You can leave this as is
# unless you have other Jekyll builds using this same port that
# might cause conflicts. in that case, use another port such as 4006.
port: 4001
# These are the files and directories that jekyll will exclude from the build.
exclude:
- .idea/
- .gitignore
- vendor
- README*.md
- docker-compose.yml
- Dockerfile
- Gemfile*
- scripts/
- jekyll*.mac.command
- localhost*.webloc
- CONTRIBUTING.md
feedback_subject_line: [Embedded CDT]
# Used as a contact email for the Feedback link in the top navigation bar.
feedback_email: [email protected]
# If you uncomment the previous line, the Feedback link gets removed.
feedback_disable: true
# If you uncomment the previous line, it changes the Feedback text.
# feedback_text: "Need help?"
# If you uncomment the previous line, it changes where the feedback
# link points to.
# feedback_link: "http://helpy.io/"
# Library used for syntax highlighting.
highlighter: rouge
# filter used to process markdown. note that kramdown differs from
# github-flavoured markdown in some subtle ways.
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
hard_wrap: false
syntax_highlighter: rouge
# Collections are declared here. this renders the content in _tooltips
# and processes it, but doesn't output it as actual files in the output
# unless you change output to true.
collections:
tooltips:
output: false
# These are defaults used for the frontmatter for these file types.
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
comments: false
search: true
sidebar: home
topnav: topnav
author: Liviu Ionescu
-
scope:
path: "pages/news"
type: "pages"
values:
layout: "page"
comments: false
search: true
sidebar: home
topnav: topnav
author: Liviu Ionescu
-
scope:
path: "pages/tags"
type: "pages"
values:
layout: "page"
comments: false
search: exclude
sidebar: home
topnav: topnav
author: Liviu Ionescu
-
scope:
path: ""
type: "tooltips"
values:
layout: "page"
comments: false
search: true
tooltip: true
-
scope:
path: ""
type: "posts"
values:
layout: "post"
comments: true
search: true
sidebar: home
topnav: topnav
author: Liviu Ionescu
toc: false
github_editme: true
# Used in links.html to find all links.
sidebars:
- home
- news
# The description is used in the feed.xml file.
description: "Tools to manage, configure and build complex, package based, multi-target, C/C++ projects."
# needed for sitemap.xml file only
# url: http://idratherbewriting.com
# baseurl: /documentation-theme-jekyll
github: [metadata]
# https://github.com/gjtorikian/jekyll-last-modified-at
# {{ page.last_modified_at }}
plugins:
- jekyll-redirect-from
- jekyll-last-modified-at
last-modified-at:
date-format: '%d-%b-%y'
whitelist:
- jekyll-redirect-from