-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
102 lines (90 loc) · 2.48 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
99
100
101
102
# Site Settings
lang : "en"
title : "PISM"
tagline : "Parallel Ice Sheet Model"
name : &name "The PISM Authors"
description : "Website for PISM, the Parallel Ice Sheet Model"
baseurl : "" #/pism.github.io
url : "https://www.pism.io"
favicon : "/favicon.ico"
gh_repository : &gh_repo "https://github.com/pism"
gh_sponsor : #
theme : "bulma-clean-theme"
theme_color : "#216778"
permalink : "pretty"
fixed_navbar : "top"
#hide_share_buttons : true
footer_menu : #example_footer_menu
pagination:
enabled: true
per_page: 5
sort_reverse: true
permalink: '/:num/'
title: ':title'
trail:
before: 5
after: 5
# Disqus Comments
disqus:
# Leave shortname blank to disable comments site-wide.
# Disable comments for any post by adding `comments: false` to that post's YAML Front Matter.
shortname: #my_disqus_shortname
# SEO Related
google_site_verification: #"SLng37Ih9dWmNOEhkLiKjYsUUdPQ3dRDW3-O6fYQru4"
# Analytics
google_analytics: #"UA-141242006-1"
# Site Author
author:
name : *name
email : "[email protected]"
facebook : &facebook "UAF.GI"
github : "pism"
slack : "https://join.slack.com/t/uaf-pism/shared_invite/enQtODc3Njc1ODg0ODM5LThmOTEyNjEwN2I3ZTU4YTc5OGFhNGMzOWQ1ZmUzMWUwZDAyMzRlMzBhZDg1NDY5MmQ1YWFjNDU4MDZiNTk3YmE"
# Social Sharing
logo : "/img/pism_logo_transp.png"
facebook:
username : *facebook
publisher : #
# For specifying social profiles
# - https://developers.google.com/structured-data/customize/social-profiles
social:
type : Organization # Person or Organization (defaults to Person)
name : # If the user or organization name differs from the site's name
links: # An array of links to social media profiles
- "https://www.facebook.com/UAF.GI/"
- *gh_repo
plugins:
- jekyll-sitemap
- jekyll-paginate-v2
- jekyll-feed
- jekyll-seo-tag
- kramdown-parser-gfm
exclude:
- Gemfile
- Gemfile.lock
- docker/
- usersmap/restore/
- vendor/
- pism.github.io.sublime-project
- pism.github.io.sublime-workspace
livereload: true
sass:
style: compressed
source_dir: _sass
defaults:
-
scope:
path: ""
type: "pages"
values:
show_sidebar: true
-
scope:
path: ""
type: "posts"
values:
author: *name
layout: post
show_sidebar: true
markdown: kramdown
highlighter: rouge