forked from daattali/beautiful-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
74 lines (55 loc) · 1.87 KB
/
_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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# --- Set theme --- #
remote_theme: "daattali/[email protected]"
plugins:
- jekyll-remote-theme
# --- Serving options --- #
# url is the full website URL
# baseurl is the website's URL without the hostname
# If you are building a simple GitHub user page (http://username.github.io) then use these settings:
url: "http://ja2-stracciatella.github.io"
baseurl: ""
# If you are building a GitHub project page then use these settings:
#url: "http://username.github.io/projectname"
#baseurl: "/projectname"
# Of course don't forget to change the username and projectname to YOUR username and project
# Name of website
title: Jagged Alliance 2 Stracciatella
# Short description of your site
description: This is continuation of venerable JA2-Stracciatella project. The goal of the project is to make Jagged Alliance 2 available on a wide range of platforms, improve its stability, fix bugs and provide a stable platform for mod development.
# --- Navigation bar options --- #
title-img: "/img/avatar-icon.png"
# List of links in the navigation bar
navbar-links:
Home: "/"
News: "news/"
Features: "features/"
How to run: "how-to-run/"
Mods: "mods/"
Bugs: "development/"
History: "history/"
Download: "download/"
# --- Footer options --- #
# Change all these values or delete the ones you don't want.
# Important: you must keep the "name" parameter, everything else you can remove
author: JA2 Stracciatella Team
# Select which links to show in the footer
social-network-links:
github: ja2-stracciatella/ja2-stracciatella
rss: true
# Colors
link-col: "#9c2111"
hover-col: "#e79408"
# Custom styles
site-css:
- "/css/ja2-stracciatella.css"
- "https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
# --- Misc --- #
collections:
- history
defaults:
-
scope:
path: "" # all files
values:
layout: "page"
show-avatar: true