2018-01-06 15:12:53 +03:00
|
|
|
# Permalinks
|
2018-04-11 17:41:38 +03:00
|
|
|
permalink: "/:year-:month-:day/:title"
|
|
|
|
|
|
|
|
# Time Zone
|
|
|
|
timezone: "Europe/Samara"
|
2018-01-06 15:12:53 +03:00
|
|
|
|
2018-04-04 03:00:21 +03:00
|
|
|
# Catalogs
|
2018-04-24 19:43:17 +03:00
|
|
|
include:
|
2018-04-11 17:41:38 +03:00
|
|
|
- "_pages"
|
2018-01-06 15:12:53 +03:00
|
|
|
|
2018-04-11 17:41:38 +03:00
|
|
|
# Parsers
|
2018-04-04 03:00:21 +03:00
|
|
|
highlighter: rouge
|
2018-01-06 15:12:53 +03:00
|
|
|
markdown: kramdown
|
|
|
|
|
2018-04-11 17:41:38 +03:00
|
|
|
# Markdown
|
|
|
|
kramdown:
|
|
|
|
input: GFM
|
|
|
|
hard_wrap: false
|
|
|
|
syntax_highlighter: rouge
|
|
|
|
|
|
|
|
# SASS/SCSS
|
|
|
|
sass:
|
|
|
|
sass_dir: "_scss"
|
|
|
|
style: ":compressed"
|
|
|
|
|
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
|
2018-04-24 19:43:17 +03:00
|
|
|
comments: ["<!-- ", " -->"]
|
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
|
|
|
|
2018-04-11 17:41:38 +03:00
|
|
|
# Website address
|
|
|
|
url: "http://valentineus.link"
|
2018-04-12 03:20:58 +03:00
|
|
|
baseurl: ""
|
2018-04-11 17:41:38 +03:00
|
|
|
|
2018-04-24 19:43:17 +03:00
|
|
|
# Site description
|
|
|
|
description: "Free developer and dreamer"
|
|
|
|
title: "Personal blog"
|
|
|
|
rss: "/atom.xml"
|
|
|
|
lang: "ru"
|
2018-01-06 15:12:53 +03:00
|
|
|
|
2018-05-15 14:33:05 +03:00
|
|
|
# About the author
|
|
|
|
author:
|
|
|
|
email: "info@valentineus.link"
|
|
|
|
name: "Valentin Popov"
|
|
|
|
url: "http://valentineus.link"
|
|
|
|
|
2018-04-11 17:41:38 +03:00
|
|
|
# Plugins
|
2018-01-06 15:12:53 +03:00
|
|
|
plugins:
|
|
|
|
- "jekyll-paginate"
|
2018-04-11 17:41:38 +03:00
|
|
|
|
|
|
|
# Exceptions
|
|
|
|
exclude:
|
|
|
|
- "Gemfile"
|
|
|
|
- "Gemfile.lock"
|
2018-05-16 20:18:26 +03:00
|
|
|
- "LICENSE.txt"
|
2018-04-11 17:41:38 +03:00
|
|
|
- "README.md"
|