-
Notifications
You must be signed in to change notification settings - Fork 115
/
_config.yml
executable file
·216 lines (185 loc) · 4.7 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
214
215
216
# -------------------
# Jekyll Config
# --------------------
baseurl: ""
url: ""
permalink: pretty
markdown: kramdown
highlighter: rouge
collections_dir: collections
# Plugins
plugins:
- jekyll-environment-variables
- jekyll-paginate
- jekyll/scholar
paginate: 6
paginate_path: "/news/page/:num"
collections:
events_upcoming:
output: true
permalink: /events/:title/
events_past:
output: true
permalink: /events/:title/
software:
output: true
permalink: /software/:title/
projects:
output: true
permalink: /projects/:title/
defaults:
- scope:
path: ""
type: team
values:
layout: team
- scope:
path: ""
type: posts
values:
layout: post
weight: 999
# - scope:
# path: ""
# type: events_upcoming
# values:
# layout: post
- scope:
path: "images"
values:
image: true
- scope:
path: "categories"
values:
permalink: /category/:basename/
- scope:
path: "pages"
values:
permalink: /:basename/
- scope:
path: "pages/*"
values:
permalink: /:basename/
# SCSS
sass:
style: compact
# Excludes
exclude:
- Gemfile
- Gemfile.lock
- README.md
- LICENSE
- netlify.toml
# -------------------
# Theme Config
# --------------------
title: "Jekyll Advance"
category_dir: category
colors:
#light-mode colors
primary: "#2b3af7"
primary_2: "#424ff8"
primary_text: "#fdfcf9"
secondary: "#702bf7"
background: "#FFFFFF"
background_2: "#f8f9ff"
background_3: "#f1f3f4"
# Background 4 was added manually
background_4: "#333333"
text: "#0d042b"
text_2: "#3b364c"
logo_text: "#FFFFFF"
menu_text: "#FFFFFF"
# dark-mode colors (disabled)
# primary_dark: "#4486f2"
# primary_2_dark: "#2f74e5"
# primary_text_dark: "#fdfcf9"
# secondary_dark: "#8215cb"
# background_dark: "#333333"
# background_2_dark: "#f8f9ff"
# background_3_dark: "#222124"
# text_dark: "#f5f5ec"
# text_2_dark: "#b6c3d6"
# logo_text_dark: "#2b3af7"
# menu_text_dark: "#FFFFFF"
fonts:
google_fonts: "https://fonts.googleapis.com/css2?family=Fira+Mono&family=Lato:wght@300;400;700&family=Source+Sans+Pro:wght@300;400;700&display=swap"
heading: "Lato"
base: "Source Sans Pro"
monospace: "Fira Mono"
logo: "Lato"
logo:
logo_text: "JLESC"
# logo_image: assets/images/logo.jpg
# logo_image_mobile: assets/images/logo.jpg
# logo_image_invert: assets/images/logo.jpg
# logo_image_invert_mobile: assets/images/logo.jpg
logo_image_desktop_height: "44px"
logo_image_desktop_width: "167px"
logo_image_mobile_height: "44"
logo_image_mobile_width: "167"
show_logo_image_on_mobile: false
show_logo_image_on_desktop: false
show_logo_text_on_mobile: true
show_logo_text_on_desktop: true
seo:
meta_opengraph_type: "website"
meta_twitter_card: "summary"
meta_twitter_site: "@zerostaticio"
meta_twitter_creator: "@zerostaticio"
header:
fixed: true
darkmode:
enable_dark_mode: false
show_dark_mode_toggle_in_header: false
show_dark_mode_toggle_in_bottom: false
show_dark_mode_toggle_in_mobile_menu: false
analytics:
google_analytics_id: ""
disqus:
shortname: "" # Your disqus shortcode. leave this blank to disable comments globally
mailchimp:
form_action_url: https://zerostatic.us13.list-manage.com/subscribe/post?u=675276692aebec1c007f8156d&id=3e3da720c2
contact_form:
use_netlify_form: true
use_formspree_form: false
formspree_endpoint: https://formspree.io/f/moqyklqv
netlify_form_name: "contact"
menu:
show_dropdown_items_in_mobile_menu: false
show_social_media_in_mobile_menu: true
footer:
enable_footer: true # show/hide the entire footer
footer_title: "Jekyll Advance"
footer_description: "Advance is a multi-purpose premium Jekyll theme. Modern design, clean code and highly configurable."
enable_social_media_icons: true
enable_contact_details: true
enable_menu_footer_primary: true
enable_menu_footer_secondary: true
enable_menu_footer_tertiary: true
footer_primary_menu_title: "Product"
footer_secondary_menu_title: "Company"
footer_tertiary_menu_title: "Other"
bottom:
enable_bottom: true # show/hide the entire bottom (below the footer)
enable_bottom_menu: true # if enabled, the bottom menu can be edited in `_data/menu.yml`
sidebar:
enable_sidebar_projects: false
enable_breadcrumbs_projects: true
scholar:
bibtex_filters:
- latex
- markdown
style: chicago-author-date
locale: en
sort_by: year, authors
order: descending, ascending
source: ./_bibliography
bibliography: jlesc.bib
bibliography_template: reference
replace_strings: true
join_strings: true
details_dir: bibliography
details_layout: bibtex.html
details_link: Details
query: "@*"