generated from rseng/community-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
82 lines (66 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
# --- General options --- #
# Community Name: here you should write the repository name for your community.
# It should be prefixed with community-<name>. This will deploy to us-rse.org/community-<name>
baseurl: "/community-stanford"
# Community Name: (should start with US-RSE <name>
title: US-RSE Stanford Community
institution: Stanford University
# Description: Short description of your site
description: Research Software Engineers at Stanford University
author: USRSE
# Email: uncomment to include a link to a Formsee contact form
# email: [email protected]
# Social Profiles
# Uncomment twitter to have a feed in the right sidebar of latest tweets
# twitter: vsoch
github_username: stanford-rc
repo: https://www.github.com/USRSE/community-stanford
# DO NOT EDIT BELOW THIS LINE ##################################################
logo: "assets/img/logo-transparent.svg"
# Paths
defaults:
-
scope:
path: "pages"
type: pages
values:
layout: page
-
scope:
path: ""
type: posts
values:
layout: post
comments: true
-
scope:
path: "_people"
type: people
values:
layout: person
# Collections
collections:
people:
permalink: /people/:name/
layout: "person"
output: true
# Navigation
navbar-links:
About: "about"
Support:
- Get Support: "support"
- People: "people"
News:
- All Posts: "posts"
- Archive: "archive"
# Build settings
permalink : /:year/:categories/:title/
exclude: ["_site", "vendor", ".circleci"]
markdown: kramdown
comments: true
paginate: 5
paginate_path: "/posts/page:num/"
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-seo-tag