-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·52 lines (46 loc) · 856 Bytes
/
_config.yml
File metadata and controls
executable file
·52 lines (46 loc) · 856 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
42
43
44
45
46
47
48
49
50
51
52
# Site Settings
title: VanRuby
description: Vancouver's Ruby Community - Connect, learn, and grow with Ruby enthusiasts and professionals in Vancouver
url: "https://vanruby.ca"
baseurl: ""
timezone: America/Vancouver
# Build Settings
markdown: rdiscount
permalink: /posts/:title
rdiscount:
extensions: [smart]
# Sass/SCSS
sass:
style: compressed
sass_dir: _sass
# Plugins
plugins:
- jekyll-seo-tag
- jekyll-sitemap
# Exclude from processing
exclude:
- Gemfile
- Gemfile.lock
- README.md
- CLAUDE.md
- vendor/
- .bundle/
- .git/
- .gitignore
- .ruby-version
- .editorconfig
- .rubocop.yml
- node_modules/
# Include
include:
- .htaccess
# SEO and Social
author: VanRuby
twitter:
username: vanruby
card: summary
social:
name: VanRuby
links:
- https://ruby.social/@vanruby
- https://github.com/vanruby