This repository has been archived by the owner on Dec 17, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
213 lines (192 loc) Β· 3.55 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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
# General
source: src
destination: web
url: "https://neard.github.io"
baseurl: ""
title: "Neard"
description: "Portable WAMP software stack"
logo: /img/logo.png
version: 1.4.0
paypal: "crazyws"
github_sponsor: "crazy-max"
# Social
social:
email:
facebook:
github: neard
twitter: neardio
reddit: Neard
linkedin:
xing:
stackoverflow:
snapchat:
instagram:
youtube:
spotify:
telephone:
# Compress HTML
compress_html:
ignore:
envs:
- "development"
# Github
github:
baseurl: https://github.com
user: neard
repo: neard
# Paths
paths:
assets: assets
npm: node_modules
# Assets
assets:
app: assets_app.json
vendor: assets_vendor.json
# Filters
filters:
css:
- src/css/**/*.css
js:
- src/js/**/*.js
data:
- src/_data/**/*.json
jekyll:
- src/**/*.html
- src/**/*.md
- src/_data/**/*
- src/_plugins/**/*.rb
- src/feed.xml
- src/feed.xslt.xml
- src/robots.txt
- src/sitemap.xml
- src/sitemap.xsl
# Custom dirs
release_dir: release
download_dir: download
# Navigation bar
navbar:
logo: "img/logo.png"
links:
News: "news"
Get started: "doc/get-started"
Modules: "modules"
Documentation: "doc"
Donate: "donate"
Privacy: "privacy"
Github: "https://github.com/neard"
# Author
author:
name: CrazyMax
email:
facebook:
github: crazy-max
twitter: crazyws
reddit: crazyymaxx
linkedin:
xing:
stackoverflow:
snapchat:
instagram:
youtube:
spotify:
telephone:
# Footer
footer:
links-active:
rss: true
facebook: false
email: false
twitter: true
github: true
reddit: true
linkedin: false
xing: false
stackoverflow: false
snapchat: false
instagram: false
youtube: false
spotify: false
telephone: false
# SEO Related
google_site_verification: "4RM9sHdQy-RvcvnlNM9s8qqV-NGc6GBPZydBzJ-r9NA"
bing_site_verification: "D188E0BEC1AB6E7C1E0194BFC35D0033"
alexa_site_verification:
yandex_site_verification:
# Posts
share-links-active:
twitter: true
facebook: true
linkedin: true
reddit: true
excerpt_length: 25
timezone: "Europe/Paris"
permalink: /news/:year-:month-:day-:title/
tag_page: /news/tags/
paginate_path: /news/page:num/
paginate: 5
# Comments
comments:
provider: # false (default), "disqus", "discourse", "facebook", "staticman", "custom"
disqus:
shortname: # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-
discourse:
server: # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org
facebook:
# https://developers.facebook.com/docs/plugins/comments
appid:
num_posts: # 5 (default)
colorscheme: # "light" (default), "dark"
# Ads
ads-enabled: true
# Analytics
#analytics:
# provider: "plausible"
# plausible:
# server: "plausible.re4per.com"
# domain: "neard.io"
# Facebook App ID
fb_app_id: ""
# Conversion
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "<!--more-->"
incremental: false
# Markdown Processing
kramdown:
input: GFM
# Default YAML values
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
comments: true
social-share: true
-
scope:
path: ""
values:
layout: "page"
comments: false
markdown_body: "markdown-body"
# Reading Files
include:
- _pages
exclude:
- css
- js
- vendor
keep_files:
- .git
- .svn
- assets
encoding: "utf-8"
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
# Plugins
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-redirect-from