-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path_config.yml
More file actions
192 lines (168 loc) · 4.46 KB
/
_config.yml
File metadata and controls
192 lines (168 loc) · 4.46 KB
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
###############
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
################
title: ARK Alliance
email: info@arks.org
tagline: >-
Home of the Archival Resource Key (ARK)
description: >-
ARKs are reliable, persistent identifiers (PIDs) for information objects,
functioning as stable web addresses that avoid 404 errors. Welcome to the
ARK Alliance, a global community sustaining the ARK infrastructure
for research, scholarship, and cultural heritage.
domain: arks-org.github.io
baseurl: /arks.github.io
url: https://arks-org.github.io
author: "The ARK Alliance"
# First draft of ARK spec published 2001.02.27
ark_age: "25 years"
num_ark_orgs: 1700
num_support_orgs: 47
num_arks: "15.3 billion"
num_dois: "417 million"
num_national_libs: 13
list_ark_orgs: "https://cdluc3.github.io/naan_reg_priv/"
map_ark_orgs: "https://www.google.com/maps/d/viewer?mid=1ALGeRERECL36f2pg7pqrthUYNmuU43UM"
ark_spec_current: "https://datatracker.ietf.org/doc/draft-kunze-ark/"
naan_form_url: "https://docs.google.com/forms/d/e/1FAIpQLSf_847hNXtLGikR-XeDy1uT1AKd24DpHnt5UQh2i8ORRu7u-w/viewform"
shoulder_form_url: "https://docs.google.com/forms/d/10J2VxsaeQG-IpkqZ6wpqAKqt8hYnMSf4bxdL8ktI-to/"
naan_registry_txt: "https://cdluc3.github.io/naan_reg_priv/naan_registry.txt"
naan_registry_json: "https://cdluc3.github.io/naan_reg_priv/naan_records.json"
shoulder_registry_txt: "https://cdluc3.github.io/naan_reg_priv/shoulder_registry.txt"
# Frequently referenced content. Prepend {{ site.baseurl }} when linking.
naan_growth_img: "/assets/images/share/naan_growth2025.png"
spt_explained: "/about/ark-suffix-passthrough/"
contact:
newsletter: http://eepurl.com/hnpLi5
email: info@arks.org
##############
# SEO SPECIFIC
# see https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
##############
#twitter:
# username: arks_org
# card: summary
social:
name: ARK Alliance
links:
- https://fosstodon.org/@arks_org
- https://bsky.app/profile/arks-org.bsky.social
- https://linkedin.com/company/arks-org
- https://youtube.com/@arks_org
# webmaster_verifications:
# google: 1234
# bing: 1234
# alexa: 1234
# yandex: 1234
# baidu: 1234
# facebook: 1234
#########
# Plugins
# see: https://pages.github.com/versions/
#########
plugins:
- jekyll-feed
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-relative-links
- jekyll-github-metadata
- jekyll-include-cache
######################
# Skinning/Theme Files
# layout, includes, and sass are moved into non-standard _brand
######################
layouts_dir : _brand/layouts
includes_dir : _brand/includes
sass:
sass_dir: _brand/sass
#############
# Content/Collections
# content types for the site, grouped into a "content" directory
#############
collections_dir: content
collections:
posts:
output: true
pages:
output: true
#################################
# Default Properties and Metadata
#################################
defaults:
- scope:
type: "posts"
values:
layout: post
permalink: /news/:name/
- scope:
type: "pages"
values:
layout: page
- scope:
path: "assets/documents"
values:
document: true
- scope:
path: "assets/images"
values:
image: true
##############
# Misc. Config
##############
markdown: kramdown
markdown_ext : "md"
excerpt_separator : <!--more-->
##############
# feed plugin
# custom path for existing legacy subscribers
# ############
feed:
path: /feed.xml
posts_limit: 10
##############
# relative links plugin
# markdown links to .md files resolved in gh and built site.
# ############
#
relative_links:
enabled: true
collections: true # enable in custom collections
##########################
# Exclude from processing.
##########################
exclude:
- "**/README.md"
- "*.gemspec"
- "*.gitkeep"
- "*.sublime-project"
- "*.sublime-workspace"
- ".idea/"
- "gulp/"
- .asset-cache
- .bundle
- .jekyll-cache/
- .sass-cache/
- CHANGELOG
- config
- CONTRIBUTING.md
- Gemfile
- Gemfile.lock
- gemfiles/
- gulpfile.js
- LICENSE
- log
- node_modules/
- package.json
- README
- README.md
- tmp
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- yarn.lock