popov.link/_config.yml

58 lines
909 B
YAML
Raw Normal View History

2018-01-06 12:12:53 +00:00
# Permalinks
2024-02-14 04:20:20 +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
# Catalogs
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
# 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-11 14:41:38 +00:00
# Website address
2024-02-14 03:38:59 +04:00
url: "https://valentineus.github.io"
baseurl: ""
2018-04-11 14:41:38 +00: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
rss: /atom.xml
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 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