popov.link/_config.yml

69 lines
1.0 KiB
YAML
Raw Normal View History

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
# Catalogs
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
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"
# AutoPrefixer
autoprefixer:
browsers:
- "> 1%"
- "last 10 versions"
# Compress HTML
compress_html:
blanklines: false
clippings: all
comments: ["<!-- ", " -->"]
endings: []
profile: false
startings: []
2018-04-11 17:41:38 +03:00
# Website address
url: "https://valentineus.link"
2018-04-12 03:20:58 +03:00
baseurl: ""
2018-04-11 17:41:38 +03:00
# Site description
title: "Personal blog"
description: "Free developer and dreamer"
repos: "valentineus/valentineus.github.io"
rss: "/atom.xml"
lang: "ru"
2018-01-06 15:12:53 +03:00
# About the author
author:
email: "info@valentineus.link"
name: "Valentin Popov"
url: "https://valentineus.link"
2018-04-11 17:41:38 +03:00
# Plugins
2018-01-06 15:12:53 +03:00
plugins:
- "jekyll-paginate"
- "octopress-autoprefixer"
2018-04-11 17:41:38 +03:00
# Exceptions
exclude:
- "Gemfile"
- "Gemfile.lock"
- "LICENSE.txt"
2018-04-11 17:41:38 +03:00
- "README.md"