-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
45 lines (38 loc) · 873 Bytes
/
_config.yml
File metadata and controls
45 lines (38 loc) · 873 Bytes
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
title: NewDeaBox
description: NDB Blog
url: https://newdeaboxgroup.github.io
assets: https://newdeaboxgroup.github.io/assets
keywords: ["NDB", "Blog", "NewDeaBox", "NewDeaBoxGroup", "New Dea Box", "New Dea Box Group", "ndb", "newdeabox", "newdeaboxgroup"]
timezone: Asia/Seoul
permalink: pretty
encoding: utf-8
incremental: true # Test
about: "NewDeaBoxGroup Github page"
author:
disqus: newdeaboxgroup
email:
github: NewDeaBoxGroup # required
google_analytics: UA-79653675-2
name: NewDeaBoxGroup # required
telegram: newdeabox
paginate: 10
paginate_path: "/blog/page/:num/"
collections:
notis:
output: true
permalink: pretty
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
- scope:
path: ""
type: "notis"
values:
layout: "post"
kramdown:
input: GFM
sass:
style: compressed