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-12-06 18:16:15 +03:00
|
|
|
# AutoPrefixer
|
|
|
|
autoprefixer:
|
|
|
|
browsers:
|
|
|
|
- "> 1%"
|
|
|
|
- "last 10 versions"
|
|
|
|
|
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
|
2018-07-23 00:39:44 +03:00
|
|
|
url: "https://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
|
|
|
|
title: "Personal blog"
|
2018-10-01 05:57:29 +03:00
|
|
|
description: "Free developer and dreamer"
|
|
|
|
repos: "valentineus/valentineus.github.io"
|
2018-04-24 19:43:17 +03:00
|
|
|
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"
|
2018-07-23 00:39:44 +03:00
|
|
|
url: "https://valentineus.link"
|
2018-05-15 14:33:05 +03:00
|
|
|
|
2018-04-11 17:41:38 +03:00
|
|
|
# Plugins
|
2018-01-06 15:12:53 +03:00
|
|
|
plugins:
|
2018-12-06 18:16:15 +03:00
|
|
|
- "octopress-autoprefixer"
|
2018-04-11 17:41:38 +03:00
|
|
|
|
|
|
|
# Exceptions
|
|
|
|
exclude:
|
2018-12-06 23:24:39 +03:00
|
|
|
- ".*"
|
2018-04-11 17:41:38 +03:00
|
|
|
- "Gemfile"
|
|
|
|
- "Gemfile.lock"
|
2018-05-16 20:18:26 +03:00
|
|
|
- "LICENSE.txt"
|
2018-04-11 17:41:38 +03:00
|
|
|
- "README.md"
|