-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
42 lines (31 loc) · 1.22 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
baseurl: "/" # the subpath of your site, e.g. /blog
url: "https://guide.truss.works" # the base hostname & protocol for your site, e.g. http://example.com
permalink: pretty
exclude: ["node_modules/", "*.gemspec", "*.gem", "Gemfile", "Gemfile.lock", "package.json", "package-lock.json", "script/", "LICENSE.txt", "lib/", "bin/", "README.md", "Rakefile", "markdowncheatsheet.md", "contribution-guidelines/"]
# Set a path/url to a logo that will be displayed instead of the title
logo: "/assets/images/truss-icon.svg"
# 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:
"trussels-guide on GitHub":
- "//github.com/trussworks/trussels-guide"
# Footer content appears at the bottom of every page's main content
footer_content: "Copyright © 2021 TrussWorks"
# Color scheme currently only supports "dark" or nil (default)
color_scheme: nil
markdown: kramdown
plugins:
- jemoji
- jekyll-seo-tag
compress_html:
clippings: all
comments: all
endings: all
startings: []
blanklines: false
profile: false