-
Notifications
You must be signed in to change notification settings - Fork 109
/
_config.yml
59 lines (53 loc) · 1.22 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
title: Ruby on Rails
description: A web-app framework that includes everything needed to create database-backed web applications according to the Model-View-Controller (MVC) pattern.
twitter: rails
feed_path: /feed.xml
world23_title: Rails World - 2023
world24_title: Rails World - 2024
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-redirect-from
- jekyll-sitemap
- jemoji
exclude:
- Gemfile
- Gemfile.lock
- README.md
- bin
collections:
pages:
output: true
permalink: "/:name"
world_speakers:
output: true
permalink: "/world/:path"
world_sessions:
output: true
permalink: "/world/:path"
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
permalink: "/:year/:i_month/:i_day/:title"
- scope:
path: ""
type: "pages"
values:
layout: "default"
- scope:
path: "world/2023"
values:
description: October 5 & 6 - Beurs van Berlage, Amsterdam, NL
- scope:
path: "world/2024"
values:
description: September 26 & 27 - Toronto, CA
markdown: kramdown
highlighter: rouge
paginate: 10
paginate_path: "/blog/page/:num"
sass:
style: compressed