-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
98 lines (78 loc) · 1.92 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
title: "An ISO TC 211 site"
email: open.source@ribose.com
description: >-
Welcome to this ISO/TC 211 site.
# The protocol + domain name of the site
# url: "https://geolexica.com"
includes_dir: .
markdown: kramdown
permalink: /blog/:month-:day-:year/:title/
# font_awesome_kit_url: <url>
# google_analytics:
# id: UA-XXXXX-Y
# Used for copyright notice and possibly more.
org:
name: International Organization for Standardization
website:
url: https://www.iso.org/
title: www.iso.org
email: copyright@iso.org
address: |-
Chemin de Blandonnet 8
CP 401
1214 Vernier, Geneva
Switzerland
# Social profile navigation
# social:
# links:
# - url: https://twitter.com/…
# - url: https://github.com/…
# - url: https://www.facebook.com/groups/…
# - url: https://www.linkedin.com/groups/…
# committee:
# id: <number>
# name: <full name>
# home: <committee’s external home page URL>
# links:
# - url: /about
# title: About
# - url: /strategic-policy
# title: Strategic Policy Statement
# - url: /faq
# title: FAQ
# Main site navigation.
# Layouts and pages can specify priority nav items
# using frontmatter key nav_items
# pointing to an array listing nav item IDs.
nav:
items:
- id: posts
url: /posts/
title: News & Articles
always_show_committee_link_on_landing: no
# Switching this to “yes” will enable the Committee site link
# to appear on landing page even when expandable menu is collapsed.
# Footer navigation
footer_nav:
- url: https://committee.iso.org/home/tc211
title: ISO/TC 211
collections:
pages:
output: true
permalink: /:path/
exclude:
- Gemfile
- Gemfile.lock
- babel.config.js
- package.json
- package-lock.json
- monitor.sh
- node_modules
- github_deploy_key.enc
- deploy.sh
- monitor.sh
- .sass-cache/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/