From 8dc8fb90eb75f1342fb1867b894ab393e0245fab Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 4 Apr 2018 00:00:21 +0000 Subject: New configuration file Signed-off-by: Valentin Popov --- _config.yml | 43 ++++++++++++++++++++++++++----------------- 1 file changed, 26 insertions(+), 17 deletions(-) (limited to '_config.yml') diff --git a/_config.yml b/_config.yml index 3a0454f..7a38b83 100644 --- a/_config.yml +++ b/_config.yml @@ -1,30 +1,39 @@ # Permalinks permalink: /:year-:month-:day/:title -# Setup -title: "Blog" -paginate: 5 -baseurl: "" -url: "https://valentineus.github.io" +# Catalogs +include: [ "_pages" ] -# Assets -sass: - sass_dir: "_sass" - style: ":compressed" - -# Build settings +# Dependencies +highlighter: rouge markdown: kramdown +# Compress HTML +compress_html: + blanklines: false + clippings: all + comments: all + endings: false + profile: false + startings: false + +# Basic +baseurl: "" +url: "http://valentineus.link" +description: "Выжимка полезной информации из собственного опыта. Заметки, статьи и черновики." +title: "Blog" +rss: "/atom.xml" + # About author: - name: "Valentin Popov" - url: "https://valentineus.link" email: "info@valentineus.link" + name: "Valentin Popov" + url: "http://valentineus.link" -# Custom vars -version: 3.4.1 -github: - repo: "https://github.com/valentineus/valentineus.github.io" +# References +links: + github: "https://github.com/valentineus" + twitter: "https://twitter.com/valyaha" # Gems plugins: -- cgit v1.2.3