-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
46 lines (34 loc) · 1.08 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
# --- General options --- #
# Repository name (will be the search endpoint for your organization)
baseurl: "/find-an-rse"
# Community Name: (should start with US-RSE <name>
title: Find a Research Software Engineer
# GitHub Organization username (used to get repos)
github_username: usrse
# Prefix: The repo prefix to include in your subset
prefix: community-
# Domain of the GitHub pages (either org.github.io, or custom)
domain: https://us-rse.org
# The name of the repository to post issues to
repo: https://www.github.com/usrse/find-an-rse
# DO NOT EDIT BELOW THIS LINE ##################################################
logo: "assets/img/logo-transparent.svg"
# Paths
defaults:
-
scope:
path: "pages"
type: pages
values:
layout: page
# Navigation (you don't need to add a link for Home, it's added to site.domain)
navbar-links:
About: "about"
# Build settings
permalink : /:year/:categories/:title/
exclude: ["_site", "vendor", ".circleci"]
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-seo-tag