-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
118 lines (107 loc) · 3.74 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# Site configuration
# 1. Files excluded from Jekyll builds
# 2. Installed Gems
# 3. Gem settings
# 4. Jekyll settings
# 5. Collections
# 6. Jekyll collections settings
# 7. Site settings
# 1. Files excluded from Jekyll builds
exclude:
- README.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- screenshot.png
- LICENSE*
- SECURITY.md
- CNAME
- "*.tmp"
- Gemfile
- Gemfile.lock
- gcweb-jekyll.gemspec
- .jekyll-cache
- node_modules
- vendor/
# 2. Installed Gems
# 3. Gem settings
# 4. Jekyll settings
compress_html:
clippings: all
comments:
ignore:
envs: []
blanklines: true
profile: false
#quiet: false
#verbose: false
timezone: America/Toronto # Timezone for blog posts and alike
sass:
sass_dir: "sites"
# 5. Collections
#
# Collections
collections:
wetboew-demos:
output: true
# permalink: /wet-boew-demos/:name
# 6. Jekyll collections settings
# 7. Site settings
title: "GCWeb Jekyll TEST" # Site name or title
remote_theme: wet-boew/gcweb-jekyll
website: "https://nrcan.github.io/gcweb-jekyll-demo/" # URL of your public facing website
analytics_adobe: ""
assets: "https://wet-boew.github.io/themes-dist"
baseurl: "/gcweb-jekyll-demo"
production_url : https://nrcan.github.io/gcweb-jekyll-demo
BASE_PATH : https://nrcan.github.io/gcweb-jekyll-demo
description:
en: "NRCan Jekyll variant for GCWeb theme" # English site description and default description
fr: "RNCan Adaption Jekyll du theme GCWeb" # French site description and default description
global:
feedbackPath:
en: "https://wet-boew.github.io/GCWeb/sites/feedback/ajax/report-problem-en.html"
fr: "https://wet-boew.github.io/GCWeb/sites/feedback/ajax/report-problem-fr.html"
contextualFooter: # Contextual footer settings
title:
en: "Natural Resources Canada"
fr: "Contactez-nous"
links: # List of links visible in the support footer
en:
- text: "Contact NRCan"
url: "http://contact-contactez.nrcan-rncan.gc.ca/index.cfm?lang=eng"
- text: "News"
url: "https://www.canada.ca/en/news/advanced-news-search/news-results.html?typ=newsreleases&dprtmnt=naturalresourcescanada&start=&end="
- text: "Careers"
url: "https://natural-resources.canada.ca/careers"
fr:
- text: "Contacter RNCan"
url: "https://contact-contactez.nrcan-rncan.gc.ca/index.cfm?lang=fra"
- text: "Communiqués de presse"
url: "https://www.canada.ca/fr/nouvelles/recherche-avancee-de-nouvelles/resultats-de-nouvelles.html?typ=newsreleases&dprtmnt=naturalresourcescanada&mnstr=&start=&end="
- text: "Carrières"
url: "https://ressources-naturelles.canada.ca/carrieres"
termsUrl:
en: "https://natural-resources.canada.ca/terms-and-conditions/10847"
fr: "https://ressources-naturelles.canada.ca/avis/10848"
privacyUrl:
en: "https://www.canada.ca/en/transparency/privacy.html"
fr: "https://www.canada.ca/fr/transparence/confidentialite.html"
#
# Page front matter defaults
defaults:
- scope:
path: "" # Ensure it's applied to all pages
values:
#noFooterContextual: true # turn off the contextual menu
#noFooterMain : true # turn off the main blue menu
#noFooterCorporate: true # turn off links in the footer grey menu (except T&C, Privacy)
layout: default
#Metadata
creator: Natural Resources Canada
css:
- href: https://natural-resources.canada.ca/sites/all/themes/canadaca/css/nrcan.css
# - href: https://use.fontawesome.com/releases/v5.15.4/css/all.css
# integrity: sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm
script:
- href: https://use.fontawesome.com/releases/v5.15.4/js/all.js
integrity: sha384-rOA1PnstxnOBLzCLMcre8ybwbTmemjzdNlILg8O7z1lUkLXozs4DHonlDtnE7fpc