-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path_config.yml
More file actions
47 lines (39 loc) · 2.29 KB
/
_config.yml
File metadata and controls
47 lines (39 loc) · 2.29 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
# SITE CONFIGURATION
baseurl:
url: "https://agu-data.github.io"
# THEME-SPECIFIC CONFIGURATION
title: AGU Open Science Leadership # site's title
description: "Earth and space sciences data and software resources." # used by search engines
avatar: assets/img/agu-trademark-logo.png # Empty for no avatar in navbar
favicon: assets/favicon.ico # Icon displayed in the tab
# Header and footer text
header_text: Open Science Leadership Blog # Change Blog header text
header_feature_image: assets/img/pexels/AGU-Stock-Nasa-Satellite-water-1314x400.jpg
footer_text: >
This work is licensed under a <a href='https://creativecommons.org/licenses/by/4.0/' alt='Creative Commons Attribution 4.0 International License'>Creative Commons Attribution 4.0 International License</a>.
# Blog
excerpt: true # Or "truncate" (first 250 characters), "false" to disable
post_navigation: true
color_image: /assets/img/lineart.png # A bit transparent for color posts.
# Features
# More in the _data folder for social icons, share buttons, author and language
# For layout customization, go to the "_sass > base" folder, and check "_variables.scss"
katex: true # Enable if using math markup
mermaid: true # Enable mermaid-js for sequence and diagrams
google_analytics: "UA-199542898-1" # Old Google Analytics Tracking ID, e.g. "UA-000000-01"
google_tag_manager: "GTM-NF89QJQ" # Google Tag Manager Tracking ID
cookie_consent: false # To respect the usage of cookies
disqus_shortname: # Your discus shortname for comments
# PAGINATION
paginate: 5
paginate_path: "/blog/page:num"
# RESOURCES
collections:
resources:
output: true
permalink: /:collection/:name
# BUILD SETTINGS
plugins: [jekyll-paginate, jekyll-seo-tag, jekyll-feed]
exclude: [".jekyll-cache", ".idea", "vendor/*", "assets/node_modules"]
# theme: type-on-strap # if using the theme as a jekyll theme gem
remote_theme: sylhare/Type-on-Strap # If using as a remote_theme in github