diff options
author | Valentin Popov <valentin@popov.link> | 2024-02-14 03:20:20 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-02-14 03:20:20 +0300 |
commit | 76cf1a0705e3be93c93ea1c66d056c3ef5e561f8 (patch) | |
tree | f2b1022c1a7a820b462cf0d13360c55199b04440 | |
parent | bccf23ae8be7b1b44be223d22d74548f35a489e2 (diff) | |
download | popov.link-76cf1a0705e3be93c93ea1c66d056c3ef5e561f8.tar.xz popov.link-76cf1a0705e3be93c93ea1c66d056c3ef5e561f8.zip |
Update config file
-rw-r--r-- | _config.yml | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/_config.yml b/_config.yml index d720f59..d23026e 100644 --- a/_config.yml +++ b/_config.yml @@ -1,35 +1,35 @@ # Permalinks -permalink: "/blog/:title" +permalink: /blog/:title # Time Zone -timezone: "Europe/Moscow" +timezone: Europe/Moscow # Catalogs include: - - "_pages" + - _pages # Parsers -highlighter: "rouge" -markdown: "kramdown" +highlighter: rouge +markdown: kramdown # Markdown kramdown: - input: "GFM" + input: GFM hard_wrap: false - syntax_highlighter: "rouge" + syntax_highlighter: rouge # SASS/SCSS sass: - sass_dir: "_scss" - sourcemap: "never" - style: ":compressed" + sass_dir: _scss + sourcemap: never + style: :compressed # Compress HTML compress_html: blanklines: false - clippings: "all" + clippings: all comments: ["<!-- ", " -->"] - endings: [] + endings: all profile: false startings: [] @@ -38,11 +38,11 @@ url: "https://valentineus.github.io" baseurl: "" # Site description -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" +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 # Plugins plugins: @@ -50,8 +50,8 @@ plugins: # Exceptions exclude: - - ".*" - - "Gemfile" - - "Gemfile.lock" - - "LICENSE.txt" - - "README.md" + - .* + - Gemfile + - Gemfile.lock + - LICENSE.txt + - README.md |