popov.link/_config.yml

61 lines
889 B
YAML
Raw Normal View History

2018-01-06 12:12:53 +00:00
# Permalinks
2018-04-11 14:41:38 +00:00
permalink: "/:year-:month-:day/:title"
# Time Zone
timezone: "Europe/Samara"
2018-01-06 12:12:53 +00:00
# Catalogs
include:
2018-04-11 14:41:38 +00:00
- "_pages"
2018-01-06 12:12:53 +00:00
2018-04-11 14:41:38 +00:00
# Parsers
highlighter: rouge
2018-01-06 12:12:53 +00:00
markdown: kramdown
2018-04-11 14:41:38 +00: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: ["<!-- ", " -->"]
endings: []
profile: false
startings: []
2018-04-11 14:41:38 +00:00
# Website address
url: "http://valentineus.link"
2018-04-12 00:20:58 +00:00
baseurl: ""
2018-04-11 14:41:38 +00:00
# Site description
description: "Free developer and dreamer"
title: "Personal blog"
rss: "/atom.xml"
lang: "ru"
2018-01-06 12:12:53 +00:00
# About the author
author:
email: "info@valentineus.link"
name: "Valentin Popov"
url: "http://valentineus.link"
2018-04-11 14:41:38 +00:00
# Plugins
2018-01-06 12:12:53 +00:00
plugins:
- "jekyll-paginate"
2018-04-11 14:41:38 +00:00
# Exceptions
exclude:
- "Gemfile"
- "Gemfile.lock"
- "LICENSE.md"
- "README.md"