-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy path_config.yml
More file actions
48 lines (42 loc) · 1.09 KB
/
Copy path_config.yml
File metadata and controls
48 lines (42 loc) · 1.09 KB
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
title: Ruby 2D
description: Make 2D applications with Ruby. Ruby 2D is a library for creating 2D applications, games, graphics, and interactive art in a way that's simple, natural, and joyful, in the spirit of Ruby itself.
url: https://www.ruby2d.com
# The Ruby version named in the setup guides. Bump when a newer stable
# release shows up in `rbenv install -l`.
ruby_version: 4.0.6
plugins:
- jekyll-tailwind
- jekyll-sitemap
tailwind:
input: _css/app.css
minify: true
# Setting `exclude` replaces Jekyll's default list, so the defaults are
# repeated here. Everything after them is repo furniture or artwork sources
# that would otherwise be served from the site root.
exclude:
- .sass-cache
- .jekyll-cache
- gemfiles
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- _build
- AGENTS.md
- CLAUDE.md
- LICENSE.md
- README.md
- Rakefile
- assets/img/learn/window-coordinates.rb
collections:
pages:
output: true
permalink: /:path/
defaults:
- scope:
path: ''
values:
layout: main