popov.link/_config.yml

70 lines
1.1 KiB
YAML
Raw Normal View History

2018-01-06 15:12:53 +03:00
# Permalinks
permalink: '/:year-:month-:day/:title'
2018-04-11 17:41:38 +03:00
# Time Zone
timezone: 'Europe/Samara'
2018-01-06 15:12:53 +03:00
# Catalogs
include:
- '_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'
2018-04-11 17:41:38 +03:00
# 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'
baseurl: ''
2018-04-11 17:41:38 +03:00
# Site description
title: 'Personal blog'
description: 'Full-Stack Web Developer.'
avatar: 'https://www.gravatar.com/avatar/989fb5288ac482414a6d13acc329cc38?s=148'
repos: 'https://github.com/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:
- 'octopress-autoprefixer'
2018-04-11 17:41:38 +03:00
# Exceptions
exclude:
- '.*'
- 'Gemfile'
- 'Gemfile.lock'
- 'LICENSE.txt'
- 'README.md'