aboutsummaryrefslogtreecommitdiff
path: root/_config.yml
blob: 7a38b838b6e70fb395c1d6ca1ca67160072fce21 (plain) (blame)
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
# Permalinks
permalink: /:year-:month-:day/:title

# Catalogs
include: [ "_pages" ]

# Dependencies
highlighter: rouge
markdown: kramdown

# Compress HTML
compress_html:
  blanklines: false
  clippings: all
  comments: all
  endings: false
  profile: false
  startings: false

# Basic
baseurl: ""
url: "http://valentineus.link"
description: "Выжимка полезной информации из собственного опыта. Заметки, статьи и черновики."
title: "Blog"
rss: "/atom.xml"

# About
author:
  email: "info@valentineus.link"
  name: "Valentin Popov"
  url: "http://valentineus.link"

# References
links:
  github: "https://github.com/valentineus"
  twitter: "https://twitter.com/valyaha"

# Gems
plugins:
  - "jekyll-paginate"