forked from chemistryx/hyde
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
44 lines (40 loc) · 842 Bytes
/
_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
title: gbtwld
description: >-
두재정의 개발 블로그
url: "https://gbtwld.github.io"
# baseurl: "/"
github: gbtwld
email: [email protected]
google_analytics: "G-SGMQKT3J1Y"
exclude: [README.md, Gemfile, Gemfile.lock]
comments:
enabled: true
repo: "gbtwld/gbtwld.github.io"
issue-term: pathname
collections:
pages:
output: true
projects:
output: true
tags:
output: true
defaults:
- scope:
type: pages
values:
layout: default
- scope:
type: posts
values:
layout: post
permalink: /blog/:title
- scope:
type: projects
values:
layout: project
permalink: /projects/:title
- scope:
type: tags
values:
layout: tag
permalink: /tags/:title