-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy path_config.yml
More file actions
53 lines (47 loc) · 1.03 KB
/
_config.yml
File metadata and controls
53 lines (47 loc) · 1.03 KB
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
# General configuration
url: "https://www.openra.net"
baseurl: ""
title: OpenRA
description: >-
OpenRA is an open source project that recreates and modernizes classic real time strategy games, like Red Alert, Command & Conquer, and Dune 2000.
tagline: >-
Classic strategy games rebuilt for the modern era
twitter_username: openRA
github_username: OpenRA
permalink: /:categories/:title/index.html
download_page_tags:
release: "release-20250330"
playtest: "playtest-20260222"
exclude:
- docker-compose.yaml
- Dockerfile
- .github/
- README.md
- vendor/
- .bundle/
- .jekyll-cache/
- Gemfile
- Gemfile.lock
include:
- .well-known
defaults:
-
scope:
path: ""
values:
layout: "default"
-
scope:
path: "news/*"
values:
layout: "news" # set default layout for news posts
# Build settings
plugins:
- jekyll-feed
- jekyll-redirect-from
- jekyll-github-metadata
# jekyll-feed configuration
feed:
path: /news/atom/index.xml
# jekyll-github-metadata
repository: OpenRA/OpenRA