-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
74 lines (68 loc) · 1.33 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Site settings
site:
title: Reptar
author: Reptar
email: my@email.com
description: >
Reptar, a static site generator written in Node.
keywords: "static site generator, static site, reptar, nodejs, javascript"
url: "http://reptar.github.io/"
path:
source: ./
destination: ./_site
plugins: ./_plugins
themes: ./_themes
# What is the current theme.
theme: 'default'
# If we should remove the compile destination folder before writing.
clean_destination: true
file:
defaults:
-
scope:
path: ./
values:
template: page
-
scope:
path: ./docs/
values:
template: docs_page
permalink: /docs/:title/
-
scope:
path: ./_posts
values:
template: post
permalink: /blog/:title/
filters:
metadata:
draft: true
future_date:
key: date
collections:
post:
path: ./_posts
template: index
page_size: 6
sort:
key: date
order: descending
permalink:
index: /blog/
page: /blog/page/:page/
tag:
template: tag
page_size: 6
metadata: tags
sort:
key: date
order: descending
permalink:
index: /blog/tag/:metadata/
page: /blog/tag/:metadata/:page/
plugins:
html-minifier:
enabled: true
excerpt:
enabled: true