-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
55 lines (42 loc) · 1.23 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
# --- 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: "/rse-glossary"
# Community Name: (should start with US-RSE <name>
title: Research Software Engineering Glossary
# Description: Short description of your site
description: Glossary of Terms for Research Software Engineers
author: rseng
repo: https://www.github.com/rseng/rse-glossary
# Social Profiles
# Uncomment twitter to have a feed in the right sidebar of latest tweets
twitter: us_rse
github_username: rseng
# Navigation
navbar-links:
About: "about"
Search: "search"
# 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
# Build settings
permalink : /:year/:categories/:title/
exclude: ["_site", "vendor", ".circleci"]
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-seo-tag