forked from USRSE/usrse.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
92 lines (74 loc) · 1.77 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
# Site Settings
lang: en
title: US-RSE
description: United States Research Software Engineer Association
url: "https://us-rse.org"
baseurl: "" # for testing, also check .circleci/circle_urls.sh
title-img: /assets/img/main_logo_transparent.png # baseurl will be prepended
twitter-img: /assets/img/main_logo_transparent.png # url + baseurl will be prepended
banner: /assets/img/main_logo_transparent.png
icon: /assets/img/main_logo_transparent.png
# icon: /assets/img/USRSE_Pride_6ColorChevronsSquare.png
domain: https://us-rse.org
email: contact@us-rse.org
permalink: /:year-:month-:day-:title/
favicon: /assets/img/favicon.ico
#hide_share_buttons: true
#theme_color: '#eeeeee'
fixed_navbar: top
paginate: 5
paginate_path: "/news/page:num/"
excerpt_length: 500
hero_line_one: The United States Research Software Engineer Association
hero_line_two: A community of people who make research software happen.
# social media
twitter: us_rse
github_org: USRSE
github_repo: usrse.github.io
linkedin: company/us-rse/
mastodon: us_rse
youtube: us_rse
# Twitter card for meta tags
twitter_card: summary
plugins:
- jekyll-sitemap
- jekyll-paginate
- jekyll-feed
exclude:
- Gemfile
- Gemfile.lock
- vendor
livereload: true
google_analytics: "G-TB8FXJCCW1"
defaults:
-
scope:
path: ""
type: "pages"
values:
show_sidebar: true
-
scope:
path: ""
type: "posts"
values:
layout: post
show_sidebar: true
-
scope:
path: "_events"
type: "events"
values:
layout: event
markdown: kramdown
highlighter: rouge
# Collections
collections:
events:
output: true
permalink: /:collection/:path/
products:
output: true
layout: product
image: https://via.placeholder.com/800x600
show_sidebar: false