Update config file
This commit is contained in:
parent
bccf23ae8b
commit
76cf1a0705
44
_config.yml
44
_config.yml
@ -1,35 +1,35 @@
|
|||||||
# Permalinks
|
# Permalinks
|
||||||
permalink: "/blog/:title"
|
permalink: /blog/:title
|
||||||
|
|
||||||
# Time Zone
|
# Time Zone
|
||||||
timezone: "Europe/Moscow"
|
timezone: Europe/Moscow
|
||||||
|
|
||||||
# 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
|
||||||
sourcemap: "never"
|
sourcemap: never
|
||||||
style: ":compressed"
|
style: :compressed
|
||||||
|
|
||||||
# Compress HTML
|
# Compress HTML
|
||||||
compress_html:
|
compress_html:
|
||||||
blanklines: false
|
blanklines: false
|
||||||
clippings: "all"
|
clippings: all
|
||||||
comments: ["<!-- ", " -->"]
|
comments: ["<!-- ", " -->"]
|
||||||
endings: []
|
endings: all
|
||||||
profile: false
|
profile: false
|
||||||
startings: []
|
startings: []
|
||||||
|
|
||||||
@ -38,11 +38,11 @@ url: "https://valentineus.github.io"
|
|||||||
baseurl: ""
|
baseurl: ""
|
||||||
|
|
||||||
# Site description
|
# Site description
|
||||||
title: "Valentin Popov's Technology Blog"
|
title: Valentin Popov's Technology Blog
|
||||||
description: "Tech insights and coding best practices from an OpenSource enthusiast and ethical hacker."
|
description: Tech insights and coding best practices from an OpenSource enthusiast and ethical hacker.
|
||||||
email: "valentin@popov.link"
|
email: valentin@popov.link
|
||||||
rss: "/atom.xml"
|
rss: /atom.xml
|
||||||
lang: "ru"
|
lang: ru
|
||||||
|
|
||||||
# Plugins
|
# Plugins
|
||||||
plugins:
|
plugins:
|
||||||
@ -50,8 +50,8 @@ plugins:
|
|||||||
|
|
||||||
# Exceptions
|
# Exceptions
|
||||||
exclude:
|
exclude:
|
||||||
- ".*"
|
- .*
|
||||||
- "Gemfile"
|
- Gemfile
|
||||||
- "Gemfile.lock"
|
- Gemfile.lock
|
||||||
- "LICENSE.txt"
|
- LICENSE.txt
|
||||||
- "README.md"
|
- README.md
|
||||||
|
Loading…
Reference in New Issue
Block a user