-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
59 lines (47 loc) · 1.05 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
# Site Settings
lang: en
title: US-RSE Gallery
description: The US-RSE Gallery
url: ""
baseurl: "/gallery" # 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
email: [email protected]
permalink: /:year-:month-:day-:title/
favicon: /assets/img/favicon.ico
#hide_share_buttons: true
#theme_color: '#eeeeee'
fixed_navbar: top
excerpt_length: 500
# social media
twitter: us_rse
github_org: USRSE
linkedin: company/us-rse/
plugins:
- jekyll-sitemap
- jekyll-paginate
- jekyll-feed
- jekyll-seo-tag
exclude:
- Gemfile
- Gemfile.lock
- vendor
livereload: true
defaults:
-
scope:
path: ""
type: "pages"
values:
show_sidebar: true
-
scope:
path: ""
type: "posts"
values:
layout: post
show_sidebar: true
markdown: kramdown
highlighter: rouge