-
Notifications
You must be signed in to change notification settings - Fork 63
/
_config.yml
53 lines (50 loc) · 1.17 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
# Jekyll configuration for webtrees.net
title: webtrees
email: [email protected]
description: >
webtrees is a web application that allows you to publish your genealogy online,
collaborate with family members and take control of your data.
latest_version: "2.1.20"
latest_version_22: "dev"
latest_version_21: "2.1.20"
latest_version_20: "2.0.26"
latest_version_17: "1.7.20"
latest_version_14: "1.4.6"
url: "https://webtrees.net"
demo_dev_url: "https://dev.webtrees.net/demo-dev"
demo_stable_url: "https://dev.webtrees.net/demo-stable"
this_github_repo: webtrees/webtrees.github.io
edit_text: Edit this page
baseurl: ""
date_format: "%-d %B %Y"
show_excerpts: true
permalink: pretty
collections:
posts:
output: true
permalink: /blog/:categories/:year/:month/:day/:title:output_ext
admin:
output: true
develop:
output: true
install:
output: true
schema:
output: true
upgrade:
output: true
user:
output: true
paginate: 100
paginate_path: "/blog/page:num/"
# External accounts
main_github_repo: fisharebest/webtrees
# Build settings
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-seo-tag
exclude:
- Gemfile
- Gemfile.lock
- vendor