-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy path_config.yml
More file actions
124 lines (113 loc) · 2.93 KB
/
_config.yml
File metadata and controls
124 lines (113 loc) · 2.93 KB
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
---
# 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
# Silence Saas deprecation warnings, to be removed after this is fixed in just-the-docs
sass:
quiet_deps: true # https://github.com/just-the-docs/just-the-docs/issues/1541
silence_deprecations: ["import"] # https://github.com/just-the-docs/just-the-docs/issues/1607
# 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:
Recommendations:
- /recommendations
Contribute:
- /contribute
Source:
- https://github.com/endoflife-date/endoflife.date
API:
- /docs/api/v1/
"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
commandInfo:
title: To learn the current version on your system
color: grey-dk
# 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: []
latestColumn: true
latestColumnLabel: "Latest"
releaseDateColumn: true
releaseDateColumnLabel: "Released"
discontinuedColumn: false
discontinuedColumnLabel: "Discontinued"
eoasColumn: false
eoasColumnLabel: "Active Support"
eolColumn: true
eolColumnLabel: "Security Support"
eoesColumn: false
eoesColumnLabel: "Extended Support"
staleReleaseThresholdDays: 365
customFields: []
LTSLabel: '<abbr title="Long Term Support">LTS</abbr>'
# Include & excludes
include:
- _redirects
- _headers
exclude:
- .idea
- bin
- 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
- wiretap-report.json