-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·52 lines (43 loc) · 1.02 KB
/
_config.yml
File metadata and controls
executable file
·52 lines (43 loc) · 1.02 KB
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
title: CMS Undergraduate Research Group
description: Blogging about stuffs
meta_description: "Your New Jekyll Site, Blogging about stuffs"
about:
>
my name is jun
fjkalsdjkfllasdf
aboutPage: true
markdown: kramdown
highlighter: rouge
plugins: [jekyll-paginate]
paginate: 20
domain_name: 'http://yourblog-domain.com'
google_analytics: 'UA-XXXXXXXX-X'
disqus: false
disqus_shortname: 'your-disqus-shortname'
# Details for the RSS feed generator
url: 'https://cms-urg.github.io'
author: 'CMS Undergraduate Research Group'
permalink: /:year/:title/
baseurl: /cms-urg.github.io
collections:
- people
- projects
defaults:
-
scope:
path: "" # empty string for all files
type: pages
values:
layout: default
-
scope:
path: "" # empty string for all files
type: posts
values:
layout: post
-
scope:
path: ""
type: drafts
values:
layout: post