-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_config.yml
More file actions
41 lines (36 loc) · 938 Bytes
/
_config.yml
File metadata and controls
41 lines (36 loc) · 938 Bytes
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
url: "" # the base hostname & protocol for your site, e.g. http://example.com
baseurl: "" # the subpath of your site, e.g. /blog
title: Columbus Ruby Brigade
# These are used for SEO plugin
logo: "/assets/images/logo.png"
twitter:
username: columbusrb
social:
links:
- https://x.com/columbusrb
- https://bsky.app/profile/columbusrb.bsky.social
- https://www.linkedin.com/company/columbus-ruby-brigade
- https://github.com/columbusrb
- https://www.meetup.com/columbusrb/
webmaster_verifications:
google: "tC9CVUBOtomO3fA3fgNqmb6OSq-FQuzJTErmIM8oyWM"
defaults:
- scope:
path: ""
values:
image: "/assets/images/logo.png"
future: true
pagination:
enabled: true
sort_reverse: true
plugins:
- jekyll-feed
- jekyll-paginate-v2
- jekyll-tailwindcss
- jekyll-seo-tag
exclude:
- README.md
- heroku.dump
- remove_meeting_format.rb
- update_meeting_dates.rb
- tailwind.config.js