This repository has been archived by the owner on Apr 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 66
/
_config.yml
64 lines (62 loc) · 1.65 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
# Site settings
#
# Docs: https://jekyllrb.com/docs/configuration/
title: QUnit
description: The powerful, easy-to-use JavaScript testing framework.
url: "https://qunitjs.com"
# For pages (not blog posts) this is equivalant to /:title/
permalink: /:year/:month/:day/:title/
lang: en
timezone: UTC
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
toc_levels: "1,2"
sass:
# https://jekyllrb.com/docs/assets/#sassscss
style: compressed
sourcemap: never
exclude:
# Don't include these files in the website
- Gemfile
- Gemfile.lock
- README.md
- CONTRIBUTING.md
- vendor
- build
# Theme settings
#
# Amethyst theme options are documented at:
# https://github.com/qunitjs/jekyll-theme-amethyst/blob/main/docs/config.md
#
theme: jekyll-theme-amethyst
amethyst:
# We keep a classic ICO file as well, for compat with de-facto standard
# machine discovery, e.g. search engines and analytics software.
favicon: /favicon.svg
home_href:
header_logo:
src: /img/logo-with-colored-text.svg
width: 250
height: 72
edituri_base: https://github.com/qunitjs/qunitjs.com/blob/main/
release_base: https://github.com/qunitjs/qunit/releases/tag/
mastodon: https://fosstodon.org/@qunit
twitter: qunitjs
github: qunitjs
gitter: qunitjs/qunit
# https://github.com/qunitjs/jekyll-theme-amethyst/blob/main/docs/getting-started.md#enable-typesense
typesense:
origin: https://typesense.jquery.com
collection: qunitjs_com
search_only_api_key: Zh8mMgohXECel9wjPwqT7lekLSG3OCgz
# Blog archives
#
# Docs: https://github.com/jekyll/jekyll-archives/
jekyll-archives:
enabled:
- year
layout: posts-year
permalinks:
year: "/:year/"