forked from adobecreek/adobecreek.github.io
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
248 lines (209 loc) · 7.11 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
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
# Welcome to Jekyll!
#
# This config file contains settings that affect your whole site, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
##############################
# 1. Site settings
#
# These are used to personalize your new site. In HTML or markdown files,
# these may be accessed via {{ site.title }}, {{ site.email }}, and so on.
# Remember that Jekyll only processes files that have front matter! So if you
# want to use these variables in template expansions make sure your file has
# front matter. Empty front matter is sufficient to trigger processing.
#
# You can add any custom variable you wish, and it will be accessible
# in templates as {{ site.myvariable }}.
title: Adobe Creek Networks
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
Adobe Creek provides reliable fiber to your home in Palo Alto, California.
baseurl: "" # the subpath of your site, e.g. /blog
url: https://adobecreek.net/
##############################
# 2. Collections
#
# A Jekyll collection is a set of files that use the same layout by
# default and can be iterated over. "posts" is the standard collection
# (of "blog posts"), and we also define "equipment" as our own
# collection.
collections:
posts:
title: Posts # Siteleaf apparently needs this
output: true
description: "Latest news from Adobe Creek" # The post list page content
feature_text: |
What's happening at Adobe Creek
feature_image: "https://picsum.photos/2560/600?image=866"
people:
title: People
### output: true
description: "People at Adobe Creek"
##############################
# 3. Settings for collections
#
# Each map in the defaults list has a key "scope" and a key "values".
# In the scope map, the "path" matches against each page's URL path
# (empty string matches all paths)
# and "type" matches against the name of the collection. For a page
# matched by the scope, each of the variables defined in the "values" map
# is given the value specified in the map.
#
# Again, these are defaults, used only if the variable isn't set in the
# front matter of the page.
defaults:
-
scope:
path: ""
values:
image: "/assets/default-social-image.png" # Default image for sharing
-
scope:
path: ""
type: "posts"
values:
layout: post # Set the default layout for posts
-
scope:
path: ""
type: "pages"
values:
layout: page # Set the default layout for pages
-
scope:
path: ""
type: "people"
values:
layout: page # Set the default layout for people
##############################
# 4. Jekyll settings
#
#
remote_theme: daviddarnes/alembic@main # alembic is pretty out of the box
theme: minima # if using a remote theme, this seems to be ignored
sass:
style: compressed # Style compression
permalink: pretty # Permalink style (/YYYY/MM/DD/page-name/)
excerpt_separator: <!-- more --> # marks end of excerpt in posts
timezone: America/Los_Angeles # for blog posts and alike
markdown: kramdown
# If you need a plugin, add it here and it will be available during
# processing. Configuration variables for all the plugins are found
# in section 8 (near the end of this file).
plugins:
- jekyll-feed
- jekyll-remote-theme
- jekyll-sitemap
- jekyll-mentions
- jekyll-paginate
- jekyll-seo-tag
- jekyll-redirect-from
- jekyll-feed
- jekyll-commonmark
- jekyll-include-cache
- jemoji
# "exclude" files won't be processed and won't appear in the live site.
# Files without front matter are copied verbatim into the live site.
# Files with front matter are processed and the output is copied into the live site.
exclude:
- README.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- screenshot.png
- LICENSE
- CNAME
- Gemfile
- Gemfile.lock
- alembic-jekyll-theme.gemspec
- .jekyll-cache
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
##############################
# 5. Settings for the Alembic theme
#
# Some of these may really be used by Jekyll more broadly.
encoding: utf-8 # Make sure the encoding is right
lang: en-US
logo: "/assets/ac_logo.png" # Site logo, also used in jekyll-seo-tag
twitter_username: AdobeCreekNet
github_username: adobecreek
# disqus: "foobar-1" # Blog post comments, uncomment the option and set the site ID from your Disqus account
# date_format: "%-d %B %Y" # Blog post date formatting using placeholder formatting
# google_analytics: ""
# google_analytics_anonymize_ip: ""
# service_worker: false # Will turn off the service worker if set to false
# short_name: "Al" # The web application short name, defaults to the site title
#css_inline doesn't work, for some reason -- styles.scss doesn't take effect
css_inline: false
#css_inline: true # Will insert all styles into a single <style> block in the <head> element and remove the style <link> reference
##############################
# 6. Site navigation
navigation_header:
- title: Home
url: /
- title: Services
url: /services/
- title: News
url: /news/
- title: People
url: /people/
#- title: Categories
# url: /categories/
#- title: Search
# url: /search/
- title: About
url: /about/
navigation_footer:
- title: Partners
url: /partners/
# These appear in the sidebar, if one is enabled.
# Set the urls then uncomment and comment out as desired.
social_links:
Twitter: https://twitter.com/AdobeCreekNet
GitHub: https://github.com/adobecreek
link: https://adobecreek.net/
RSS: /feed.xml
# These appear at the bottom of single blog posts; add as desired.
# The value can be 'true' or the desired button color.
sharing_links:
Twitter: "#0d94e7"
Email: true
# Load custom fonts. To actually _use_ a font, you need to specify it in your .scss or .sass files.
# The default styles are specified in /assets/styles.scss.
fonts:
preconnect_urls:
- https://fonts.googleapis.com
- https://fonts.gstatic.com
font_urls:
- https://fonts.googleapis.com/css2?family=Asap:ital,wght@1,500&family=Palanquin:wght@400;500&display=swap
##############################
# 7. Site favicons & manifest icons
favicons: # Favicons are also used in the manifest file. Syntax is 'size: path'
16: '/assets/[email protected]'
32: '/assets/[email protected]'
144: '/assets/[email protected]'
192: '/assets/[email protected]'
256: '/assets/[email protected]'
##############################
# 8. Settings for any of the site plugins you have enabled.
# jekyll-paginate
# we turn off pagination because currently we don't care
#paginate: 3 # items per page
#paginate_path: blog/page:num # blog page
# jekyll-mentions
jekyll-mentions: https://twitter.com # service used when @replying
# jekyll-seo-tag
twitter:
username: AdobeCreekNet # Owners twitter username
author: AdobeCreekNetworks # default author
social: # social overrides
name: Daniel Dulitz # real name
links: # social aliases (sameAs)
- https://twitter.com/dulitz
- https://github.com/dulitz