forked from libgdx/libgdx.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
102 lines (91 loc) · 2.55 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
#
# This is the config file for this Jekyll blog.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
#
# The variables herein can be accessed via {{ site.title }}, {{ site.email }},
# and so on.
#
title: "libGDX"
minimal_mistakes_skin: "default"
minimal_mistakes_skin_dark: "dark"
logo: "/assets/brand/logo.svg"
logo_dark: "/assets/brand/logo_dark.svg"
masthead_title: " " # disable the written title in the header
description: "libGDX is a cross-platform Java game development framework based on OpenGL (ES) that works on Windows, Linux, macOS, Android, your browser and iOS."
github_username: libgdx
enable_copy_code_button: true
repository: libgdx/libgdx.github.io
url: https://libgdx.com
baseurl: "" # prevent jekyll-github-metadata from setting an unwanted default value
# Search, Google
google_site_verification: "qc0iys9Aweas1z8EhICO-0Ohwh6Iq1GDV6K75e0ToO8"
search: false
# Open Graph
og_image: /assets/images/logo.png # default open graph (= social media) image
# Build settings
markdown: kramdown
remote_theme: mmistakes/[email protected] # 2024-06-15; when updating this, the theme overrides in _includes, _layouts and _sass should be adapted accordingly!
future: false # allow scheduling posts
# Outputting
permalink: /:categories/:year/:month/:title
#timezone: # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
# Plugins
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache
- jekyll-avatar
- jekyll-redirect-from
- jekyll-remote-theme
- jekyll-github-metadata
# - jekyll-last-modified-at
# Footer
footer:
links:
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/libgdx/libgdx"
- label: "Discord"
icon: "fab fa-fw fa-discord"
url: "/community/discord/"
- label: "Wiki"
icon: "fas fa-fw fa-link"
url: "/wiki/"
- label: "Patreon"
icon: "fab fa-fw fa-patreon"
url: "https://www.patreon.com/libgdx"
# Content
include:
- _pages
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
author_profile: false
read_time: false
comments: false
share: true
related: true
show_date: true
show_author: false
# _pages
- scope:
path: "_pages"
type: pages
values:
layout: single
author_profile: false
# wiki
- scope:
path: "wiki"
type: pages
values:
layout: wiki