forked from OpenRA/OpenRAWebsiteV3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
40 lines (35 loc) · 876 Bytes
/
_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
# 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-20231010"
playtest: "playtest-20241116"
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