-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
41 lines (35 loc) · 901 Bytes
/
_config.yml
File metadata and controls
41 lines (35 loc) · 901 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
# Permalinks
permalink: pretty
# Setup
title: Записки
tagline: Записки на память
url: http://berckk.github.io
baseurl: "/"
paginate: 10
paginate_path: "page:num"
highlighter: rouge
future: false
show_drafts: false
# Assets
#
# We specify the directory for Jekyll so we can use @imports.
sass:
sass_dir: _sass
style: :compressed
# About/contact
author:
name: Khodakov Pavel
url: http://berckk.github.io
email: berckk@gmail.com
# Custom vars
version: 2.0.0
github:
repo: https://github.com/Berckk/berckk.github.io
# Gems
plugins:
- jekyll-paginate
- jekyll-gist
pages_list:
О блоге: '/about'
Архив записей: '/archive'
Лента: '/atom.xml'