forked from endoflife-date/endoflife.date
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
83 lines (83 loc) · 2.02 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
title: endoflife.date
url: https://endoflife.date
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-timeago
- jekyll-seo-tag
- jekyll-last-modified-at
- jemoji
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
include:
- _redirects
- _headers
# Theme Documentation: https://pmarsceill.github.io/just-the-docs/
theme: just-the-docs
nav_sort: case_insensitive
search_enabled: true
# These links show up on the top
aux_links:
recommendations:
- /recommendations
contribute:
- /contribute
source:
- https://github.com/endoflife-date/endoflife.date
api:
- /docs/api
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
# Cause a build to fail if there is a YAML syntax error in a page's front matter. (#40)
strict_front_matter: true
defaults:
- scope:
path: ""
values:
image: /assets/logo-512x512.png
- scope:
path: "products"
values:
layout: product
releaseColumn: true
releaseColumnLabel: 'Latest'
releaseDateColumn: false
releaseDateColumnLabel: 'Released'
discontinuedColumn: false
discontinuedColumnLabel: 'Discontinued'
discontinuedWarnThreshold: 121
activeSupportColumn: false
activeSupportColumnLabel: 'Active Support'
activeSupportWarnThreshold: 121
eolColumn: true
eolColumnLabel: 'Security Support'
eolWarnThreshold: 121
extendedSupportColumn: false
extendedSupportColumnLabel: 'Extended Support'
extendedSupportWarnThreshold: 121
LTSLabel: '<abbr title="Long Term Support">LTS</abbr>'
encoding: utf-8