popov.link/_config.yml

68 lines
998 B
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"
markdown: "kramdown"
2018-01-06 15:12:53 +03:00
2018-04-11 17:41:38 +03:00
# Markdown
kramdown:
input: "GFM"
2018-04-11 17:41:38 +03:00
hard_wrap: false
syntax_highlighter: "rouge"
2018-04-11 17:41:38 +03:00
# 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: "My homepage"
description: "I'm Full-Stack Web Developer"
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"