-
Notifications
You must be signed in to change notification settings - Fork 218
/
_config.yml
50 lines (39 loc) · 1.59 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
# SITE CONFIGURATION
#baseurl: /vulkan-guide
url: "//www.vkguide.dev"
title: Vulkan Guide # site's title
description: "Practical guide to vulkan graphics programming" # used by search engines
permalink: pretty
exclude: ["node_modules/", "*.gemspec", "*.gem", "Gemfile", "Gemfile.lock", "package.json", "package-lock.json", "script/", "LICENSE.txt", "lib/", "bin/", "README.md", "Rakefile", vkguide_new_source/]
# Set a path/url to a logo that will be displayed instead of the title
#logo: "/assets/images/just-the-docs.png"
# 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:
"Vulkan Spec":
- "https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/chap2.html#introduction"
"Github Repo":
- "https://github.com/vblanco20-1/vulkan-guide"
"Tutorial code 📖":
- "https://github.com/vblanco20-1/vulkan-guide/tree/all-chapters-2"
# Footer content appears at the bottom of every page's main content
footer_content: "Copyright © 2020 Victor Blanco. Distributed by a <a href=\"https://github.com/pmarsceill/just-the-docs/tree/master/LICENSE.txt\">MIT license.</a>"
# Color scheme currently only supports "dark" or nil (default)
color_scheme: dark
# Google Analytics Tracking (optional)
# e.g, UA-1234567-89
ga_tracking: UA-78728905-2
plugins:
- jekyll-seo-tag
compress_html:
clippings: all
comments: all
endings: all
startings: []
blanklines: false
profile: false