forked from reconhub/reconhub.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
90 lines (77 loc) · 2.05 KB
/
_config.yml
File metadata and controls
90 lines (77 loc) · 2.05 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
# url is the full website URL
# baseurl is the website's URL without the hostname
url: "http://RECCAP2-ocean.github.io"
baseurl: ""
# This image will be in the top left corner of the navbar
logo: /img/CCI_reccap2_positive_white.png
title: RECCAP2-ocean
description: REgional Carbon Cycle Assessment and Processes - ocean
# List of links in the navigation bar
navbar-links:
About: "about"
Resources:
- Protocols: "protocols"
- Glossary: "glossary"
- Scripts: "scripts"
- Data: "data"
- Regions: "regions"
- River fluxes: "river"
Publications: "publications"
Organization: "organization"
Contact: "contact"
# Change all these values or delete the ones you don't want (these appear in the footer).
# Important: you must keep the "name" parameter, everything else you can remove
author:
name: "RECCAP2-ocean"
email: ""
github: RECCAP2-ocean
facebook: yourname # eg. daattali
twitter: yourname # eg. daattali
# Select which links to show in the footer
footer-links-active:
github: true
email: false
rss: false
facebook: false
twitter: false
# Select which share links to show in posts
share-links-active:
twitter: false
facebook: false
google: false
linkedin: false
# Fill in your Disqus shortname (NOT the userid) if you want to support Disqus comments
disqus: ""
# Google Analytics ID
google_analytics: ""
# Output options (more information on Jekyll's site)
timezone: "Europe/London"
markdown: kramdown
highlighter: rouge
permalink: /:year-:month-:day-:title/
paginate: 5
paginate_path: "/blog/page:num/"
kramdown:
input: GFM
# Default YAML values (more information on Jekyll's site)
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
comments: true # add comments to all blog posts
social-share: true # add social media sharing buttons to all blog posts
-
scope:
path: "" # all files
values:
layout: "page"
show-avatar: false
# Exclude these files from production site
exclude:
- LICENSE
- README.md
gems:
- jekyll-paginate