forked from triplea-game/triplea-game.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
22 lines (19 loc) · 673 Bytes
/
_config.yml
File metadata and controls
22 lines (19 loc) · 673 Bytes
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: The World's Foremost Open Source Grand Strategy Game"
description: TripleA is a free online turn based strategy game and board game engine, similar to such board games as Axis & Allies or Risk. TripleA comes with multiple games and over 100 more maps can be downloaded from the user community. Supports single player vs AI, hot-seat, play by email and forum, and a hosted Online lobby for live play online.
markdown: kramdown
sass:
style: compressed
collections:
maps:
output: true
permalink: /map/:path/
defaults:
- scope:
path: ""
type: maps
values:
layout: map
exclude:
- README.md
- CNAME