website/_config.yml
Ivan Bushchik e4791ea132
Add overclocking vf2 post
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
2023-10-22 08:58:41 +03:00

41 lines
705 B
YAML

name: "Ivan Bushchik"
description: ivabus's site/blog
url: https://ivabus.dev
lang: en
timezone: Europe/Moscow
permalink: "/:year/:month/:day/:title/"
collections:
projects:
output: true
exclude: ['README.md', 'Gemfile.lock', 'Gemfile', 'Rakefile', 'LICENSE', 'shell.nix', 'gemset.nix']
plugins:
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-toc
- jekyll-feed
- jekyll-minifier
- rouge
- jekyll-paginate
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
span:
line_numbers: false
block:
line_numbers: false
wrap: true
paginate: 5
paginate_path: "/blog/page:num/"
jekyll-minifier:
preserve_line_breaks: true