forked from qunitjs/qunitjs.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
88 lines (80 loc) · 2.38 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole site.
# These values are expected to rarely change. If you are editing this file
# very often, consider using Jekyll's data files feature.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
# Site settings
#
# https://jekyllrb.com/docs/configuration/
title: QUnit
description: "The powerful, easy-to-use JavaScript testing framework."
url: "https://qunitjs.com"
baseurl: ""
# This a custom theme so the native Jekyll theme system is ignored.
# But, we use github-pages which has a default theme of 'primer'.
# This is a problem because, even if we ignore its output file,
# the combination of Jekyll/Sass/Primer has compile errors:
# - https://github.com/jekyll/jekyll/issues/7426
# - https://github.com/jekyll/jekyll/issues/4268
# - https://github.com/sindresorhus/gulp-ruby-sass/issues/232
# Workaround by disabling this. – https://github.com/github/pages-gem/issues/613
theme: null
plugins:
# https://help.github.com/articles/redirects-on-github-pages/
- jekyll-redirect-from
# Theme
remote_theme: https://github.com/qunitjs/jekyll-theme-amethyst@6375b63
amethyst:
header_logo:
src: /img/logo-with-colored-text.svg
width: 250
height: 72
twitter: qunitjs
github: qunitjs
gitter: qunitjs/qunit
algolia:
search_only_api_key: f492bec49e061a41cb8f57128483fd16
sources:
- index: qunitjs-api
base: https://api.qunitjs.com
- index: qunitjs
# Conversion
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
toc_levels: "1,2"
# Sass
# https://jekyllrb.com/docs/assets/#sassscss
sass:
style: compressed
sourcemap: never
# Backend search index
#
# This applies to the 'jekyll algolia' command.
# Requires the ALGOLIA_API_KEY secret environment variable.
#
# See <https://github.com/algolia/jekyll-algolia>.
algolia:
application_id: EQYECMT6Q0
# Which index the Travis job will create/update
# with the content of the current Jekyll site.
# The auth key for this is injected as secure env variable.
index_name: qunitjs
files_to_exclude:
# Index destination instead of intermediary
- guides.md
# Input files
exclude:
- Gemfile
- Gemfile.lock
- README.md
- CONTRIBUTING.md
- CNAME
- vendor
- build
# Output
permalink: title/