forked from geoserver/geoserver.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
75 lines (61 loc) · 1.53 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
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-sitemap
jira_url: https://osgeo-org.atlassian.net/projects/GEOS
wiki_url: https://github.com/geoserver/geoserver/wiki
git_url: https://github.com/geoserver/geoserver
sf_url: https://sourceforge.net/projects/geoserver
nightly_url: https://build.geoserver.org/geoserver
docs_url: https://docs.geoserver.org
url: https://geoserver.org
# latest nightly build
main_series: 2.26.x
# the next jira release for the main branch
main_jira: 16916
# release candidate if available
#dev (determine dev_version)
dev_branch: main
dev_series: 2.26.x
# stable (determine nightly build, stable_version)
stable_branch: 2.25.x
# the next jira release for the stable branch
stable_jira: 16927
# maintenance (determine nightly build, maintain_version)
maintain_branch: 2.24.x
# the next jira release for the maintenance branch
maintain_jira: 16928
timezone: UTC
name: GeoServer
description: GeoServer latest posts
author: GeoServer community
exclude:
- bin/*
- Gemfile*
- README.md
- TEST.md
paginate: 5
paginate_path: "/blog/page:num/"
defaults:
-
scope:
path: "img/**"
values:
sitemap: false
-
scope:
path: "google0de0c8ffb164bba6.html"
values:
sitemap: false
exclude:
- bin
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/