forked from triplea-game/triplea-game.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
22 lines (19 loc) · 784 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
# Site settings
title: "TripleA: An Open Source Turn Based Grand Strategy Game"
description: TripleA is a free open source turn based grand strategy game engine with play similar to Axis & Allies and Risk. Over a hundred different maps created by the community covering a wide variety of scenarios (such as WW1, WW2 and various science fiction and fantasy worlds) are available for download. TripleA supports single player vs AI, hot-seat, play by email and forum, direct online play, and a hosted lobby for live online play with other community members.
markdown: kramdown
sass:
style: compressed
collections:
maps:
output: true
permalink: /map/:path/
defaults:
- scope:
path: ""
type: maps
values:
layout: map
exclude:
- README.md
- CNAME