-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path_config.yml
49 lines (38 loc) · 1.55 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
title: SRM Checker
description: This Chrome Extension automatically performs Sample Ratio Mismatch (SRM) checks and flags potential issues on supported experimentation platforms.
baseurl: "/srm"
url: "https://lukasvermeer.nl"
remote_theme: just-the-docs/just-the-docs
permalink: pretty
exclude: ["README.md", "node_modules"]
# Enable or disable the site search
search_enabled: true
# Set the search token separator for hyphenated-word search:
search_tokenizer_separator: /[\s/]+/
# Enable or disable heading anchors
heading_anchors: true
# Aux links for the upper right navigation
aux_links:
"SRM Checker on the Chrome Web Store":
- "https://chrome.google.com/webstore/detail/sample-ratio-mismatch-srm/ikielffdbameifemkibfheolelbohipn"
# External navigation links
nav_external_links:
- title: Chrome Web Store
url: https://chrome.google.com/webstore/detail/sample-ratio-mismatch-srm/ikielffdbameifemkibfheolelbohipn
hide_icon: false # set to true to hide the external link icon - defaults to false
- title: SRM Checker on GitHub
url: https://github.com/lukasvermeer/srm
hide_icon: false # set to true to hide the external link icon - defaults to false
# Footer content appears at the bottom of every page's main content
footer_content: "This project is hosted on <a href=\"https://github.com/lukasvermeer/srm\">GitHub</a>."
# Color scheme currently only supports "dark" or nil (default)
color_scheme: nil
plugins:
- jekyll-seo-tag
compress_html:
clippings: all
comments: all
endings: all
startings: []
blanklines: false
profile: false