-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy path_config.yml
More file actions
42 lines (40 loc) · 793 Bytes
/
_config.yml
File metadata and controls
42 lines (40 loc) · 793 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
---
exclude:
- vendor
- CLAUDE.md
- AGENTS.md
markdown: kramdown
timezone: UTC
url: https://blog.rubygems.org
title: RubyGems Blog
description: News and updates from the RubyGems team — releases, security advisories, and project announcements.
plugins:
- jekyll-tailwindcss
- jekyll-sitemap
- jekyll-og-image
og_image:
collections: ["posts", "pages"]
output_dir: assets/images/og
canvas:
background_color: "#FFFFFF"
header:
color: "#262626"
content:
color: "#525252"
border_bottom:
width: 20
fill:
- "#F74C27"
image:
path: /images/blog-mark.png
width: 360
height: 56
radius: 0
gravity: se
position:
x: 60
y: 87
metadata:
fields: ["author", "date"]
separator: " • "
date_format: "%B %-d, %Y"