popov.link/_config.yml

58 lines
909 B
YAML
Raw Normal View History

2018-01-06 15:12:53 +03:00
# Permalinks
2024-02-14 03:20:20 +03:00
permalink: /blog/:title
2018-04-11 17:41:38 +03:00
# Time Zone
2024-02-14 03:20:20 +03:00
timezone: Europe/Moscow
2018-01-06 15:12:53 +03:00
# Catalogs
include:
2024-02-14 03:20:20 +03:00
- _pages
2018-01-06 15:12:53 +03:00
2018-04-11 17:41:38 +03:00
# Parsers
2024-02-14 03:20:20 +03:00
highlighter: rouge
markdown: kramdown
2018-01-06 15:12:53 +03:00
2018-04-11 17:41:38 +03:00
# Markdown
kramdown:
2024-02-14 03:20:20 +03:00
input: GFM
2024-02-14 02:38:59 +03:00
hard_wrap: false
2024-02-14 03:20:20 +03:00
syntax_highlighter: rouge
2018-04-11 17:41:38 +03:00
# SASS/SCSS
sass:
2024-02-14 03:20:20 +03:00
sass_dir: _scss
sourcemap: never
style: :compressed
# Compress HTML
compress_html:
2024-02-14 02:38:59 +03:00
blanklines: false
2024-02-14 03:20:20 +03:00
clippings: all
2024-02-14 02:38:59 +03:00
comments: ["<!-- ", " -->"]
2024-02-14 03:20:20 +03:00
endings: all
2024-02-14 02:38:59 +03:00
profile: false
startings: []
2018-04-11 17:41:38 +03:00
# Website address
2024-02-14 02:38:59 +03:00
url: "https://valentineus.github.io"
baseurl: ""
2018-04-11 17:41:38 +03:00
# Site description
2024-02-14 03:20:20 +03: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
rss: /atom.xml
lang: ru
2018-01-06 15:12:53 +03:00
2018-04-11 17:41:38 +03:00
# Plugins
2018-01-06 15:12:53 +03:00
plugins:
2024-02-14 02:38:59 +03:00
- jekyll-sitemap
2018-04-11 17:41:38 +03:00
# Exceptions
exclude:
2024-02-14 03:20:20 +03:00
- .*
- Gemfile
- Gemfile.lock
- LICENSE.txt
- README.md