2018-01-06 12:12:53 +00:00
|
|
|
# Permalinks
|
2024-02-14 14:22:04 +04:00
|
|
|
permalink: /blog/:title/
|
2018-04-11 14:41:38 +00:00
|
|
|
|
|
|
|
# Time Zone
|
2024-02-14 04:20:20 +04:00
|
|
|
timezone: Europe/Moscow
|
2018-01-06 12:12:53 +00:00
|
|
|
|
2018-04-04 00:00:21 +00:00
|
|
|
# Catalogs
|
2018-04-24 20:43:17 +04:00
|
|
|
include:
|
2024-02-14 04:20:20 +04:00
|
|
|
- _pages
|
2018-01-06 12:12:53 +00:00
|
|
|
|
2018-04-11 14:41:38 +00:00
|
|
|
# Parsers
|
2024-02-14 04:20:20 +04:00
|
|
|
highlighter: rouge
|
|
|
|
markdown: kramdown
|
2018-01-06 12:12:53 +00:00
|
|
|
|
2018-04-11 14:41:38 +00:00
|
|
|
# Markdown
|
|
|
|
kramdown:
|
2024-02-14 04:20:20 +04:00
|
|
|
input: GFM
|
2024-02-14 03:38:59 +04:00
|
|
|
hard_wrap: false
|
2024-02-14 04:20:20 +04:00
|
|
|
syntax_highlighter: rouge
|
2018-04-11 14:41:38 +00:00
|
|
|
|
|
|
|
# SASS/SCSS
|
|
|
|
sass:
|
2024-02-14 04:20:20 +04:00
|
|
|
sass_dir: _scss
|
|
|
|
sourcemap: never
|
|
|
|
style: :compressed
|
2018-12-06 19:16:15 +04:00
|
|
|
|
2018-04-04 00:00:21 +00:00
|
|
|
# Compress HTML
|
|
|
|
compress_html:
|
2024-02-14 03:38:59 +04:00
|
|
|
blanklines: false
|
2024-02-14 04:20:20 +04:00
|
|
|
clippings: all
|
2024-02-14 03:38:59 +04:00
|
|
|
comments: ["<!-- ", " -->"]
|
2024-02-14 04:20:20 +04:00
|
|
|
endings: all
|
2024-02-14 03:38:59 +04:00
|
|
|
profile: false
|
|
|
|
startings: []
|
2018-04-04 00:00:21 +00:00
|
|
|
|
2018-04-11 14:41:38 +00:00
|
|
|
# Website address
|
2024-04-12 00:52:26 +04:00
|
|
|
url: "https://popov.link"
|
2020-01-23 19:55:21 +04:00
|
|
|
baseurl: ""
|
2018-04-11 14:41:38 +00:00
|
|
|
|
2018-04-24 20:43:17 +04:00
|
|
|
# Site description
|
2024-02-14 04:20:20 +04:00
|
|
|
title: Valentin Popov's Technology Blog
|
|
|
|
description: Tech insights and coding best practices from an OpenSource enthusiast and ethical hacker.
|
|
|
|
email: valentin@popov.link
|
2024-02-14 14:48:55 +04:00
|
|
|
rss: /feed.xml
|
2024-02-14 04:20:20 +04:00
|
|
|
lang: ru
|
2018-01-06 12:12:53 +00:00
|
|
|
|
2018-04-11 14:41:38 +00:00
|
|
|
# Plugins
|
2018-01-06 12:12:53 +00:00
|
|
|
plugins:
|
2024-02-14 14:48:55 +04:00
|
|
|
- jekyll-feed
|
2024-02-14 03:38:59 +04:00
|
|
|
- jekyll-sitemap
|
2018-04-11 14:41:38 +00:00
|
|
|
|
|
|
|
# Exceptions
|
|
|
|
exclude:
|
2024-02-14 04:20:20 +04:00
|
|
|
- .*
|
|
|
|
- Gemfile
|
|
|
|
- Gemfile.lock
|
|
|
|
- LICENSE.txt
|
|
|
|
- README.md
|