-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
110 lines (93 loc) · 2.13 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: NifTools Project
description: NIF File Format Library and Tools
name: NifTools
site: NifTools.org
url: http://www.niftools.org
email: [email protected]
twitter: niftools
youtube: UC3oVHybxr9BsL-Tjpm4R7EQ
github_url: https://github.com/niftools
repository: niftools/niftools.github.io # This must match the repo to build on GitHub
# i.e. forks will not build.
# Google Analytics
#analytics :
#provider : google
#google :
# tracking_id : 'tracking_id' # ex. UA-72165600-X
## Gem
gems:
- rouge
- kramdown
#- jekyll-admin # Uncomment this to use localhost:4000/admin to write posts
- jekyll-paginate
- jekyll-sitemap
- jekyll-github-metadata
# Pagination
paginate: 5
paginate_path: 'page:num'
# Sidebar
side_bar_repo_limit: 6
# Navigation
navs:
-
href: /
label: Home
-
href: /projects
label: Our Projects
-
href: /blog
label: Blog
-
href: /documentation
label: Documentation
-
href: https://forum.niftools.org
label: Forums
-
href: /about
label: About
# Game Lists
bethesda_games:
- Morrowind
- Oblivion
- Fallout 3
- "Fallout: New Vegas"
- Skyrim
- Fallout 4
- Skyrim SE
other_games:
- Civilization IV
- Freedom Force
- Freedom Force vs the 3rd Reich
- "Star Trek: Bridge Commander"
- Dark Age of Camelot
- Zoo Tycoon 2
- Empire Earth II
- Empire Earth III
- Sid Meier's Railroads
- "Megami Tensei: Imagine"
- Pro Cycling Manager
- Loki
- Prison Tycoon
- Wildlife Park 2
- Red Ocean
- The Guild 2
- Axis and Allies
- Bully SE
# Build settings
markdown: kramdown
highlighter: rouge
excerpt_separator: "\n\n"
quiet: false
defaults: []
exclude: ['Gemfile', 'Gemfile.lock', 'README.md', 'LICENSE', 'bower.json']
kramdown:
input: GFM