Updated config file

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-01-23 19:55:21 +04:00
parent a4251a91b4
commit 8184c94034
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -1,69 +1,67 @@
# Permalinks # Permalinks
permalink: '/:year/:month/:day/:title' permalink: "/:year/:month/:day/:title"
# Time Zone # Time Zone
timezone: 'Europe/Samara' timezone: "Europe/Samara"
# Catalogs # Catalogs
include: include:
- '_pages' - "_pages"
# Parsers # Parsers
highlighter: rouge highlighter: "rouge"
markdown: kramdown markdown: "kramdown"
# Markdown # Markdown
kramdown: kramdown:
input: GFM input: "GFM"
hard_wrap: false hard_wrap: false
syntax_highlighter: rouge syntax_highlighter: "rouge"
# SASS/SCSS # SASS/SCSS
sass: sass:
sass_dir: '_scss' sass_dir: "_scss"
style: ':compressed' style: ":compressed"
# AutoPrefixer # AutoPrefixer
autoprefixer: autoprefixer:
browsers: browsers:
- '> 1%' - "> 1%"
- 'last 10 versions' - "last 10 versions"
# Compress HTML # Compress HTML
compress_html: compress_html:
blanklines: false blanklines: false
clippings: all clippings: "all"
comments: ['<!-- ', ' -->'] comments: ["<!-- ", " -->"]
endings: [] endings: []
profile: false profile: false
startings: [] startings: []
# Website address # Website address
url: 'https://valentineus.link' url: "https://valentineus.link"
baseurl: '' baseurl: ""
# Site description # Site description
title: 'Personal blog' title: "My homepage"
description: 'Full-Stack Web Developer.' description: "I'm Full-Stack Web Developer"
avatar: 'https://www.gravatar.com/avatar/989fb5288ac482414a6d13acc329cc38?s=148' rss: "/atom.xml"
repos: 'https://github.com/valentineus/valentineus.github.io' lang: "ru"
rss: '/atom.xml'
lang: 'ru'
# About the author # About the author
author: author:
email: 'info@valentineus.link' email: "info@valentineus.link"
name: 'Valentin Popov' name: "Valentin Popov"
url: 'https://valentineus.link' url: "https://valentineus.link"
# Plugins # Plugins
plugins: plugins:
- 'octopress-autoprefixer' - "octopress-autoprefixer"
# Exceptions # Exceptions
exclude: exclude:
- '.*' - ".*"
- 'Gemfile' - "Gemfile"
- 'Gemfile.lock' - "Gemfile.lock"
- 'LICENSE.txt' - "LICENSE.txt"
- 'README.md' - "README.md"