forked from gemrb/gemrb.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
65 lines (60 loc) · 1.68 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
remote_theme: "mmistakes/[email protected]"
readme_index:
enabled: false
plugins:
- jekyll-include-cache
- jekyll-sitemap
- jekyll-feed
# some variables for easier writing
forum: "https://www.gibberlings3.net/forums/forum/91-gemrb/"
discord: "https://discord.gg/64rEVAk"
irc: "https://web.libera.chat/#GemRB"
contribute: "https://github.com/gemrb/gemrb/blob/master/CONTRIBUTING.md"
version: 0.9.2
# https://mmistakes.github.io/minimal-mistakes/docs/configuration/
minimal_mistakes_skin: "sunrise"
title: "GemRB homepage"
masthead_title: "GemRB"
subtitle: "Infinity Engine redone"
description: "Home of GemRB, a portable open-source implementation of Bioware's Infinity Engine"
url: "https://gemrb.github.io"
repository: "gemrb/gemrb.github.io"
logo: "/assets/img/site/logo.png"
# 120x120px minimum
og_image: "/assets/img/site/main-header.jpg"
timezone: Europe/Ljubljana
footer:
links:
- label: "Forum"
icon: "fab fa-fw fa-optin-monster"
url: "https://www.gibberlings3.net/forums/forum/91-gemrb/"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/gemrb"
- label: "Edit this page"
icon: "fab fa-fw fa-github"
url: "https://github.com/gemrb/gemrb.github.io/"
defaults:
- scope:
path: ""
values:
layout: single
toc_sticky: true
- scope:
path: "GUIScript/functions"
values:
layout: gs-function
classes: wide
- scope:
path: ""
type: posts
values:
classes: wide
author_profile: true
search: true
search_provider: algolia
exclude: [vendor]
algolia:
application_id: "QZAOH9F6TU"
index_name: "gemrb"
search_only_api_key: "d911af5d43b7176a93a7cba240d380b2"