-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
54 lines (48 loc) · 943 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
45
46
47
48
49
50
51
52
53
54
theme: jekyll-theme-hacker
title: MT.lab
logo: /assets/images/logo.png
favicon: /assets/images/favicon.png
description: Независимое творческое объединение
page_excerpts: true
plugins:
- jekyll-paginate-v2
pagination:
enabled: true
collection: 'posts'
per_page: 4
permalink: '/page/:num/'
title: ':title - page :num'
limit: 0
sort_field: 'date'
sort_reverse: true
collections:
posts:
output: true
news:
output: true
defaults:
# Layout default settings
- scope:
path: "projects"
type: "pages"
values:
layout: "project"
- scope:
path: "projects"
type: "posts"
values:
layout: "post"
- scope:
path: "_posts"
type: "posts"
values:
layout: "post"
- scope:
path: ""
values:
layout: "default"
# Some additional settings
- scope:
path: "assets/images"
values:
image: true