2018-01-06 15:12:53 +03:00
|
|
|
# Permalinks
|
2020-01-23 18:55:21 +03:00
|
|
|
permalink: "/:year/:month/:day/:title"
|
2018-04-11 17:41:38 +03:00
|
|
|
|
|
|
|
# Time Zone
|
2020-01-23 18:55:21 +03:00
|
|
|
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:
|
2020-01-23 18:55:21 +03:00
|
|
|
- "_pages"
|
2018-01-06 15:12:53 +03:00
|
|
|
|
2018-04-11 17:41:38 +03:00
|
|
|
# Parsers
|
2020-01-23 18:55:21 +03:00
|
|
|
highlighter: "rouge"
|
|
|
|
markdown: "kramdown"
|
2018-01-06 15:12:53 +03:00
|
|
|
|
2018-04-11 17:41:38 +03:00
|
|
|
# Markdown
|
|
|
|
kramdown:
|
2020-01-23 18:55:21 +03:00
|
|
|
input: "GFM"
|
2018-04-11 17:41:38 +03:00
|
|
|
hard_wrap: false
|
2020-01-23 18:55:21 +03:00
|
|
|
syntax_highlighter: "rouge"
|
2018-04-11 17:41:38 +03:00
|
|
|
|
|
|
|
# SASS/SCSS
|
|
|
|
sass:
|
2020-01-23 18:55:21 +03:00
|
|
|
sass_dir: "_scss"
|
|
|
|
style: ":compressed"
|
2018-04-11 17:41:38 +03:00
|
|
|
|
2018-12-06 18:16:15 +03:00
|
|
|
# AutoPrefixer
|
|
|
|
autoprefixer:
|
|
|
|
browsers:
|
2020-01-23 18:55:21 +03:00
|
|
|
- "> 1%"
|
|
|
|
- "last 10 versions"
|
2018-12-06 18:16:15 +03:00
|
|
|
|
2018-04-04 03:00:21 +03:00
|
|
|
# Compress HTML
|
|
|
|
compress_html:
|
2018-04-04 03:59:45 +03:00
|
|
|
blanklines: false
|
2020-01-23 18:55:21 +03:00
|
|
|
clippings: "all"
|
|
|
|
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
|
2020-01-23 18:55:21 +03:00
|
|
|
url: "https://valentineus.link"
|
|
|
|
baseurl: ""
|
2018-04-11 17:41:38 +03:00
|
|
|
|
2018-04-24 19:43:17 +03:00
|
|
|
# Site description
|
2020-01-23 18:55:21 +03:00
|
|
|
title: "My homepage"
|
|
|
|
description: "I'm Full-Stack Web Developer"
|
|
|
|
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:
|
2020-01-23 18:55:21 +03:00
|
|
|
email: "info@valentineus.link"
|
|
|
|
name: "Valentin Popov"
|
|
|
|
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:
|
2020-01-23 18:55:21 +03:00
|
|
|
- "octopress-autoprefixer"
|
2018-04-11 17:41:38 +03:00
|
|
|
|
|
|
|
# Exceptions
|
|
|
|
exclude:
|
2020-01-23 18:55:21 +03:00
|
|
|
- ".*"
|
|
|
|
- "Gemfile"
|
|
|
|
- "Gemfile.lock"
|
|
|
|
- "LICENSE.txt"
|
|
|
|
- "README.md"
|