This repository was archived by the owner on Oct 17, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·87 lines (78 loc) · 2.02 KB
/
Copy path_config.yml
File metadata and controls
executable file
·87 lines (78 loc) · 2.02 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
title: 'Stephenson Ocean Security Project'
description: >-
The Stephenson Ocean Security Project highlights global security challenges that arise from marine resource competition and promotes solutions that support sustainable development, coalition building, and the need for American leadership.
baseurl: '' # the subpath of your site, e.g. /blog
url: 'https://ocean.csis.org' # the base hostname & protocol for your site, e.g. http://example.com
email: ocean@csis.org
address: 1616 Rhode Island Avenue, NW Washington, DC 20036
newsletter_url: subscribe
google_analytics: UA-131754705-1
date_format: '%B %-d, %Y'
cloudinary_url: https://res.cloudinary.com/csisideaslab/image/upload/
cloudinary_folder: ocean
twitter:
username: CSISOceans
card: summary
logo: /assets/images/sos-twitter-preview.jpg
keyword_url: /search/?dFR[keywords][0]=
collections:
posts:
title: Commentary
output: true
spotlights:
title: Spotlights
output: true
authors:
title: Authors
output: true
defaults:
- scope:
path: ''
type: 'posts'
values:
layout: post
permalink: '/commentary/:slug/'
content_type: Commentary
- scope:
path: ''
type: 'spotlights'
values:
layout: spotlight
wrapper: spotlight
permalink: '/spotlights/:slug/'
content_type: Spotlights
- scope:
path: ''
type: 'authors'
values:
layout: search
is_search: true
permalink: '/authors/:slug/'
post_list_collection: authors
# Build settings
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
exclude:
- frasco.config.js
- Gemfile
- Gemfile.lock
- gulp_tasks
- gulpfile.js
- LICENSE
- node_modules
- npm-debug.log
- package.json
- package-lock.json
- prettier.config.js
- README.md
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- yarn.lock