aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-01-23 18:55:21 +0300
committerValentin Popov <info@valentineus.link>2020-01-23 18:55:21 +0300
commit8184c9403408ec66c19cdee80d55d9db7ecf87c7 (patch)
tree6b673754efcf95b4b8c6faac8c6a480f261bed73
parenta4251a91b44c44bb9f3586f206b8dabaf03f3fdd (diff)
downloadvalentineus.github.io-8184c9403408ec66c19cdee80d55d9db7ecf87c7.tar.xz
valentineus.github.io-8184c9403408ec66c19cdee80d55d9db7ecf87c7.zip
Updated config file
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r--_config.yml58
1 files changed, 28 insertions, 30 deletions
diff --git a/_config.yml b/_config.yml
index 7d66f5b..c4e0be3 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,69 +1,67 @@
# Permalinks
-permalink: '/:year/:month/:day/:title'
+permalink: "/:year/:month/:day/:title"
# Time Zone
-timezone: 'Europe/Samara'
+timezone: "Europe/Samara"
# Catalogs
include:
- - '_pages'
+ - "_pages"
# Parsers
-highlighter: rouge
-markdown: kramdown
+highlighter: "rouge"
+markdown: "kramdown"
# Markdown
kramdown:
- input: GFM
+ input: "GFM"
hard_wrap: false
- syntax_highlighter: rouge
+ syntax_highlighter: "rouge"
# SASS/SCSS
sass:
- sass_dir: '_scss'
- style: ':compressed'
+ sass_dir: "_scss"
+ style: ":compressed"
# AutoPrefixer
autoprefixer:
browsers:
- - '> 1%'
- - 'last 10 versions'
+ - "> 1%"
+ - "last 10 versions"
# Compress HTML
compress_html:
blanklines: false
- clippings: all
- comments: ['<!-- ', ' -->']
+ clippings: "all"
+ comments: ["<!-- ", " -->"]
endings: []
profile: false
startings: []
# Website address
-url: 'https://valentineus.link'
-baseurl: ''
+url: "https://valentineus.link"
+baseurl: ""
# 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'
+title: "My homepage"
+description: "I'm Full-Stack Web Developer"
+rss: "/atom.xml"
+lang: "ru"
# About the author
author:
- email: 'info@valentineus.link'
- name: 'Valentin Popov'
- url: 'https://valentineus.link'
+ email: "info@valentineus.link"
+ name: "Valentin Popov"
+ url: "https://valentineus.link"
# Plugins
plugins:
- - 'octopress-autoprefixer'
+ - "octopress-autoprefixer"
# Exceptions
exclude:
- - '.*'
- - 'Gemfile'
- - 'Gemfile.lock'
- - 'LICENSE.txt'
- - 'README.md'
+ - ".*"
+ - "Gemfile"
+ - "Gemfile.lock"
+ - "LICENSE.txt"
+ - "README.md"