2018-01-06 12:12:53 +00:00
|
|
|
# Permalinks
|
2020-01-23 19:55:21 +04:00
|
|
|
permalink: "/:year/:month/:day/:title"
|
2018-04-11 14:41:38 +00:00
|
|
|
|
|
|
|
# Time Zone
|
2020-01-23 19:55:21 +04:00
|
|
|
timezone: "Europe/Samara"
|
2018-01-06 12:12:53 +00:00
|
|
|
|
2018-04-04 00:00:21 +00:00
|
|
|
# Catalogs
|
2018-04-24 20:43:17 +04:00
|
|
|
include:
|
2020-01-23 19:55:21 +04:00
|
|
|
- "_pages"
|
2018-01-06 12:12:53 +00:00
|
|
|
|
2018-04-11 14:41:38 +00:00
|
|
|
# Parsers
|
2020-01-23 19:55:21 +04:00
|
|
|
highlighter: "rouge"
|
|
|
|
markdown: "kramdown"
|
2018-01-06 12:12:53 +00:00
|
|
|
|
2018-04-11 14:41:38 +00:00
|
|
|
# Markdown
|
|
|
|
kramdown:
|
2020-01-23 19:55:21 +04:00
|
|
|
input: "GFM"
|
2018-04-11 14:41:38 +00:00
|
|
|
hard_wrap: false
|
2020-01-23 19:55:21 +04:00
|
|
|
syntax_highlighter: "rouge"
|
2018-04-11 14:41:38 +00:00
|
|
|
|
|
|
|
# SASS/SCSS
|
|
|
|
sass:
|
2020-01-23 19:55:21 +04:00
|
|
|
sass_dir: "_scss"
|
|
|
|
style: ":compressed"
|
2018-04-11 14:41:38 +00:00
|
|
|
|
2018-12-06 19:16:15 +04:00
|
|
|
# AutoPrefixer
|
|
|
|
autoprefixer:
|
|
|
|
browsers:
|
2020-01-23 19:55:21 +04:00
|
|
|
- "> 1%"
|
|
|
|
- "last 10 versions"
|
2018-12-06 19:16:15 +04:00
|
|
|
|
2018-04-04 00:00:21 +00:00
|
|
|
# Compress HTML
|
|
|
|
compress_html:
|
2018-04-04 00:59:45 +00:00
|
|
|
blanklines: false
|
2020-01-23 19:55:21 +04:00
|
|
|
clippings: "all"
|
|
|
|
comments: ["<!-- ", " -->"]
|
2018-04-04 00:59:45 +00:00
|
|
|
endings: []
|
2018-04-04 00:00:21 +00:00
|
|
|
profile: false
|
2018-04-04 00:59:45 +00:00
|
|
|
startings: []
|
2018-04-04 00:00:21 +00:00
|
|
|
|
2018-04-11 14:41:38 +00:00
|
|
|
# Website address
|
2020-01-23 19:55:21 +04:00
|
|
|
url: "https://valentineus.link"
|
|
|
|
baseurl: ""
|
2018-04-11 14:41:38 +00:00
|
|
|
|
2018-04-24 20:43:17 +04:00
|
|
|
# Site description
|
2020-01-23 19:55:21 +04:00
|
|
|
title: "My homepage"
|
|
|
|
description: "I'm Full-Stack Web Developer"
|
|
|
|
rss: "/atom.xml"
|
|
|
|
lang: "ru"
|
2018-01-06 12:12:53 +00:00
|
|
|
|
2018-05-15 15:33:05 +04:00
|
|
|
# About the author
|
|
|
|
author:
|
2020-01-23 19:55:21 +04:00
|
|
|
email: "info@valentineus.link"
|
|
|
|
name: "Valentin Popov"
|
|
|
|
url: "https://valentineus.link"
|
2018-05-15 15:33:05 +04:00
|
|
|
|
2018-04-11 14:41:38 +00:00
|
|
|
# Plugins
|
2018-01-06 12:12:53 +00:00
|
|
|
plugins:
|
2020-01-23 19:55:21 +04:00
|
|
|
- "octopress-autoprefixer"
|
2018-04-11 14:41:38 +00:00
|
|
|
|
|
|
|
# Exceptions
|
|
|
|
exclude:
|
2020-01-23 19:55:21 +04:00
|
|
|
- ".*"
|
|
|
|
- "Gemfile"
|
|
|
|
- "Gemfile.lock"
|
|
|
|
- "LICENSE.txt"
|
|
|
|
- "README.md"
|