2018-01-06 15:12:53 +03:00
|
|
|
# Permalinks
|
|
|
|
permalink: /:year-:month-:day/:title
|
|
|
|
|
2018-04-04 03:00:21 +03:00
|
|
|
# Catalogs
|
|
|
|
include: [ "_pages" ]
|
2018-01-06 15:12:53 +03:00
|
|
|
|
2018-04-04 03:00:21 +03:00
|
|
|
# Dependencies
|
|
|
|
highlighter: rouge
|
2018-01-06 15:12:53 +03:00
|
|
|
markdown: kramdown
|
|
|
|
|
2018-04-04 03:00:21 +03:00
|
|
|
# Compress HTML
|
|
|
|
compress_html:
|
2018-04-04 03:59:45 +03:00
|
|
|
blanklines: false
|
2018-04-04 03:00:21 +03:00
|
|
|
clippings: all
|
|
|
|
comments: all
|
2018-04-04 03:59:45 +03:00
|
|
|
endings: []
|
2018-04-04 03:00:21 +03:00
|
|
|
profile: false
|
2018-04-04 03:59:45 +03:00
|
|
|
startings: []
|
2018-04-04 03:00:21 +03:00
|
|
|
|
|
|
|
# Basic
|
|
|
|
baseurl: ""
|
|
|
|
url: "http://valentineus.link"
|
|
|
|
description: "Выжимка полезной информации из собственного опыта. Заметки, статьи и черновики."
|
|
|
|
title: "Blog"
|
|
|
|
rss: "/atom.xml"
|
|
|
|
|
2018-01-06 15:12:53 +03:00
|
|
|
# About
|
|
|
|
author:
|
|
|
|
email: "info@valentineus.link"
|
2018-04-04 03:00:21 +03:00
|
|
|
name: "Valentin Popov"
|
|
|
|
url: "http://valentineus.link"
|
2018-01-06 15:12:53 +03:00
|
|
|
|
2018-04-04 03:00:21 +03:00
|
|
|
# References
|
|
|
|
links:
|
|
|
|
github: "https://github.com/valentineus"
|
|
|
|
twitter: "https://twitter.com/valyaha"
|
2018-01-06 15:12:53 +03:00
|
|
|
|
|
|
|
# Gems
|
|
|
|
plugins:
|
|
|
|
- "jekyll-paginate"
|