popov.link/_config.yml

72 lines
1.1 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
2018-04-11 17:41:38 +03:00
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"
# Compress HTML
compress_html:
blanklines: false
clippings: all
comments: all
endings: []
profile: false
startings: []
2018-04-11 17:41:38 +03:00
# Site settings
description: "Free developer and dreamer"
title: "Valentin Popov's personal blog"
rss: "/atom.xml"
2018-04-11 17:41:38 +03:00
lang: "ru"
2018-04-11 17:41:38 +03:00
# Website address
url: "http://valentineus.link"
2018-04-12 03:20:58 +03:00
baseurl: ""
2018-04-11 17:41:38 +03:00
# Author
2018-01-06 15:12:53 +03:00
author:
email: "info@valentineus.link"
name: "Valentin Popov"
url: "http://valentineus.link"
2018-01-06 15:12:53 +03:00
2018-04-11 17:41:38 +03:00
# Domain verification
verification:
google: "BkBsaYAO1LuQDRceyK2odvcpfuP2al0y04LnBda1uvE"
yandex: "14221e61b87bbd27"
# Social links
social_links:
email: "mailto:info@valentineus.link"
github: "https://github.com/valentineus"
twitter: "https://twitter.com/valyaha"
2018-01-06 15:12:53 +03:00
2018-04-11 17:41:38 +03:00
# Plugins
2018-01-06 15:12:53 +03:00
plugins:
- "jekyll-paginate"
2018-04-11 17:41:38 +03:00
# Exceptions
exclude:
- "Gemfile"
- "Gemfile.lock"
- "LICENSE.md"
- "README.md"