-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
38 lines (31 loc) · 987 Bytes
/
_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
url: "https://2024.reddotrubyconf.com"
baseurl: "" # the subpath of your site, e.g. /blog
title: "Red Dot Ruby Conference 2024"
description: "A gem-packed, two-day single-track Ruby conference in sunny Singapore."
about: " Red Dot Ruby Conference is a not-for-profit event dedicated to fostering a vibrant community of Ruby developers and advancing the Ruby ecosystem in Singapore and Asia. Since 2011, the conference is organised entirely by a group of volunteers."
permalink: /:title/
collections:
pages:
output: true
permalink: /:path/
timezone: Asia/Singapore
# Make live reloading of css work by rebuilding the css everytime there's a change
postcss:
cache: false
exclude:
- README.md
- package-lock.json
- postcss.config.js
- tailwind.config.js
postcss:
script: node_modules/.bin/postcss
config: postcss.config.js
defaults:
- scope:
path: _pages/
values:
layout: default
- scope:
path: _posts/
values:
layout: post