-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
73 lines (69 loc) · 1.93 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
title: Is This Drupal?
url: "https://isthissitebuiltwithdrupal.com"
plugins:
- jekyll-relative-links
- jekyll-feed
- jekyll-seo-tag
relative_links:
enabled: true
collections: true
include:
- index.md
nav:
- title: "TEN7"
description: "Make Things That Matter"
url: "https://ten7.com"
is_mobile_nav_item: true
is_button: true
footer:
has_built_with_love: true
html: |
This site is built and supported by TEN7 where our mission is to <a href="https://ten7.com/mission">Make Things That Matter</a>.
google_tag_manager:
head_html: |
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5TPX4DW');
</script>
page_html: |
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5TPX4DW"
height="0" width="0" style="display: none; visibility: hidden"></iframe>
</noscript>
markdown: kramdown
collections:
pages:
output: true
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
exclude:
- assets/_src/
- clean-theme.gemspec
- ansible/
- ansible-hosts
- ansible.cfg
- Gemfile
- Gemfile.lock
- imagemin.js
- LICENSE
- node_modules/
- npm-debug.log
- package.json
- package-lock.json
- README.md
- tsconfig.json
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- webpack.config.js
- yarn.lock