forked from ruby2d/ruby2d.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
65 lines (56 loc) · 1.02 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
60
61
62
63
64
65
# Site settings
title: Ruby 2D
description: >
Make cross-platform 2D applications in Ruby
baseurl: ""
url: "http://ruby2d.com"
# Header
header:
logo_text: Ruby 2D
logo_img: logo.svg
nav:
- text: GET STARTED
link: /learn/get-started
- text: LEARN
link: /learn
- text: GITHUB
link: https://github.com/ruby2d
# - text: NEWS
# link: /news
# Pages
anchors: true
# Edit pages
edit_page:
# enabled: true # Enabled by default for pages and posts
text: "Improve this page »"
github:
author: ruby2d
repo: ruby2d.com
branch: gh-pages
# Pages
collections:
pages:
output: true
permalink: /:path/
# Posts
posts_path: /news
permalink: "/news/:year/:month/:day/:title"
# Pagination
paginate: 5
paginate_path: "/news/page:num"
# Build settings
kramdown:
hard_wrap: true
# Plugins
gems: [jekyll-paginate]
# Defaults
defaults:
- scope:
path: ""
values:
layout: template/page
- scope:
path: ""
type: posts
values:
layout: template/post