-
-
Notifications
You must be signed in to change notification settings - Fork 805
/
_config.yml
132 lines (117 loc) · 2.9 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
---
# Jekyll configuration - https://jekyllrb.com/docs/configuration/
# Site settings
url: https://endoflife.date
title: endoflife.date
# Build settings
encoding: utf-8
markdown: kramdown
strict_front_matter: true # Cause a build to fail if there is a YAML syntax error (#40).
plugins:
- jekyll-feed
- jekyll-timeago
- jekyll-seo-tag
- jekyll-last-modified-at
- jemoji
# This part is to silent sass deprecating warnings
# remove after they fix it
# https://github.com/just-the-docs/just-the-docs/pull/1548
# and https://github.com/jekyll/jekyll/issues/9686
sass:
quiet_deps: true
# just-the-docs settings, see https://just-the-docs.com/
theme: just-the-docs
nav_sort: case_insensitive
# https://just-the-docs.com/docs/configuration/#search
search_enabled: true
search:
button: true
focus_shortcut_key: 'k'
placeholder_text: "Search for a product"
# https://just-the-docs.com/docs/configuration/#aux-links
aux_links:
Tags:
- /tags/
Recommendations:
- /recommendations
Contribute:
- /contribute
Source:
- https://github.com/endoflife-date/endoflife.date
API:
- /docs/api
"Release Data":
- https://github.com/endoflife-date/release-data/
# https://just-the-docs.com/docs/configuration/#callouts
callouts:
warning:
title: Warning
color: yellow
note:
title: Note
color: blue
# jekyll-timeago plugin configuration, see https://github.com/markets/jekyll-timeago
jekyll_timeago:
# Use 2 terms in relative timestamps:
# [YES] x years, y months
# [YES] x months, z weeks
# [NO] x years, y months, z days
depth: 2
# Give approx times in relative time
# within a 10% error margin
# See https://github.com/markets/jekyll-timeago/pull/24
# for what this does
threshold: 0.1
# Default pages / products values
defaults:
- scope:
path: ""
values:
image: /assets/logo-512x512.png
- scope:
path: "products"
values:
layout: product
alternate_urls: []
identifiers: []
auto: []
releaseColumn: true
releaseColumnLabel: 'Latest'
releaseDateColumn: false
releaseDateColumnLabel: 'Released'
discontinuedColumn: false
discontinuedColumnLabel: 'Discontinued'
discontinuedWarnThreshold: 121
eoasColumn: false
eoasColumnLabel: 'Active Support'
eoasWarnThreshold: 121
eolColumn: true
eolColumnLabel: 'Security Support'
eolWarnThreshold: 121
eoesColumn: false
eoesColumnLabel: 'Extended Support'
eoesWarnThreshold: 121
customColumns: []
LTSLabel: '<abbr title="Long Term Support">LTS</abbr>'
# Include & excludes
include:
- _redirects
- _headers
exclude:
- .idea
- _auto
- CODE-OF-CONDUCT.md
- Gemfile
- Gemfile.lock
- HACKING.md
- LICENSE
- netlify.toml
- node_modules
- package.json
- package-lock.json
- vendor/
- Rakefile
- README.md
- requirements.txt
- runtime.txt
- product-schema.json