generated from mmistakes/mm-github-pages-starter
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
113 lines (101 loc) · 2.65 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
title: Rakugo Project
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
Rakugo for Godot Engine, Inspired by Ren'Py, Rakugo Project is aimed at providing a better toolset for narrative-based games on Godot.
Simplify your project, if it is a visual novel, point and click, RPG, interactive text game or many other styles and blends of styles.
Now its a set of plugins for Godot, that can be used in any Godot project.
But they are also Kits that bring together of our plugins to template that fit your project genre.
twitter_username: BiernackiJeremi
github_username: rakugoteam
minimal_mistakes_skin: dark
search: true
# Build settings
markdown: kramdown
remote_theme: mmistakes/minimal-mistakes
highlighter: rouge
# Outputting
permalink: /:title/
# paginate: 5 # amount of posts to show
# paginate_path: /page:num/
timezone: Europe/Warsaw
include:
- _pages
- _devlog
- _addons
- _kits
- _examples
exclude:
- "_addons/addon-example.md"
- "_kits/kit-example.md"
- "_showcase/showcase-example.md"
- "_examples/demo-example.md"
# Plugins
plugins:
# - jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache
- jekyll-redirect-from
# to make it work on GitHub:
whitelist:
# - jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache
- jekyll-redirect-from
author:
name: Rakugo Team
avatar: "/assets/logo.png"
links:
- label: "GitHub"
icon: "fab fa-github"
url: "https://github.com/rakugoteam"
- label: "Discord"
icon: "fas fa-comments"
url: "https://discord.gg/K9gvjdg"
- label: "Patreon"
icon: "fas fa-donate"
url: "https://www.patreon.com/rakguoteam"
- label: "itch.io"
icon: "fas fa-shopping-bag"
url: "https://itch.io/c/4264639/rakugo"
# - label: "Youtube Channel"
# icon: "fab fa-youtube-square"
# url: "https://www.youtube.com/channel/UCuItFHsERbsyi8gLJ7Ti1KA"
footer:
links:
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/BiernackiJeremi"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/rakugoteam/Rakugo-Dialogue-System"
defaults:
##_pages
- scope:
path: "_pages"
type: pages
values:
layout: single
author_profile: true
##_devlog
- scope:
path: "_posts"
type: posts
values:
layout: single
author_profile: true
read_time: true
comments: true
share: true
related: true
category_archive:
type: liquid
path: /categories/
tag_archive:
type: liquid
path: /tags/