mirror of
https://github.com/godotengine/godot-website.git
synced 2026-01-04 06:09:55 +03:00
- Web development by Adam Scott with help from Emilio Coppola - Design template by Luis Carli - Visuals by Adam Scott with speial thanks to GDQuest, Kenney, and FR3NKD - Texts by Nathalie Galla & Adam Scott Co-authored-by: Nathalie Galla <murderveggie@gmail.com> Co-authored-by: luiscarli <git@luiscarli.com> Co-authored-by: Emi <2206700+coppolaemilio@users.noreply.github.com> Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
99 lines
1.7 KiB
YAML
99 lines
1.7 KiB
YAML
# Settings
|
|
exclude:
|
|
[
|
|
".github",
|
|
"Gemfile",
|
|
"Gemfile.lock",
|
|
"build.sh",
|
|
"build-and-serve.sh",
|
|
"build-and-watch.sh",
|
|
"README.md",
|
|
]
|
|
permalink: pretty
|
|
|
|
url: "https://godotengine.org"
|
|
|
|
collections_dir: collections
|
|
collections:
|
|
article:
|
|
output: true
|
|
event:
|
|
output: false
|
|
showcase:
|
|
output: true
|
|
download:
|
|
output: true
|
|
download_3:
|
|
output: true
|
|
permalink: /download/3.x/:name/
|
|
|
|
# Build collection items with a future date.
|
|
future: true
|
|
|
|
defaults:
|
|
- scope:
|
|
type: "article"
|
|
values:
|
|
layout: "article"
|
|
og_type: "article"
|
|
- scope:
|
|
type: "event"
|
|
values:
|
|
layout: "event"
|
|
- scope:
|
|
type: "showcase"
|
|
values:
|
|
layout: "showcase-item"
|
|
- scope:
|
|
type: "download"
|
|
values:
|
|
layout: "download"
|
|
- scope:
|
|
type: "download_3"
|
|
values:
|
|
layout: "download-3"
|
|
- scope:
|
|
type: "download_archive"
|
|
values:
|
|
layout: "download-archive"
|
|
- scope:
|
|
type: "mirrorlist"
|
|
values:
|
|
layout: "mirrorlist"
|
|
|
|
# Plugins
|
|
plugins:
|
|
- jekyll-paginate-v2
|
|
- jekyll-redirect-from
|
|
# - jekyll-multiple-languages-plugin
|
|
|
|
# Internationalization
|
|
languages: ["en", "es"]
|
|
exclude_from_localizations: ["assets", "storage"]
|
|
default_lang: "en"
|
|
|
|
# Pagination (used by the blog)
|
|
pagination:
|
|
enabled: true
|
|
debug: false
|
|
|
|
collection: "article"
|
|
per_page: 24
|
|
sort_field: "date"
|
|
sort_reverse: true
|
|
# Controls how the pagination trail for the paginated pages look like.
|
|
trail:
|
|
before: 2
|
|
after: 2
|
|
|
|
title: ":title - Page :num"
|
|
permalink: "/:num/"
|
|
category: "posts"
|
|
tag: ""
|
|
locale: ""
|
|
|
|
# .scss generation
|
|
sass:
|
|
sass_dir: _sass
|
|
style: compressed
|