forked from endoflife-date/endoflife.date
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
51 lines (51 loc) · 1.14 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
title: endoflife.date
baseurl: /
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-timeago
- jekyll-seo-tag
- jekyll-last-modified-at
- jekyll-sitemap
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/
- README.md
- LICENSE
- _auto
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:
contribute:
- /contribute
source:
- https://github.com/endoflife-date/endoflife.date
donate:
- https://github.com/sponsors/endoflife-date
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: /logo.png
encoding: utf-8