-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
57 lines (47 loc) · 1.11 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
# --- General options --- #
# DO NOT CHANGE THIS LINE without updating .circleci/circle_urls.sh
baseurl: "/playground"
title: SourceCred Playground
description: Learn to use GitHub on the SourceCred Playground
author: Vanessa Sochat
twitter: sourcecred
github_username: sourcecred
twitter_username: sourcecred
# DO NOT EDIT BELOW THIS LINE ##################################################
# Paths
defaults:
-
scope:
path: "pages"
type: pages
values:
layout: page
-
scope:
path: ""
type: posts
values:
layout: post
comments: true
-
scope:
path: "_challenges"
type: pages
values:
layout: challenge
# Collections
collections:
challenges:
output: true
permalink: /challenge/:path/
# Build settings
permalink : /:year/:categories/:title/
exclude: ["_site", "vendor", ".circleci"]
markdown: kramdown
highlighter: rouge
paginate: 5
paginate_path: "/posts/page:num/"
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-seo-tag