New configuration file
Signed-off-by: Valentin Popov <valentineus@gmail.com>
This commit is contained in:
parent
70ec8720e2
commit
8dc8fb90eb
43
_config.yml
43
_config.yml
@ -1,30 +1,39 @@
|
|||||||
# Permalinks
|
# Permalinks
|
||||||
permalink: /:year-:month-:day/:title
|
permalink: /:year-:month-:day/:title
|
||||||
|
|
||||||
# Setup
|
# Catalogs
|
||||||
title: "Blog"
|
include: [ "_pages" ]
|
||||||
paginate: 5
|
|
||||||
baseurl: ""
|
|
||||||
url: "https://valentineus.github.io"
|
|
||||||
|
|
||||||
# Assets
|
# Dependencies
|
||||||
sass:
|
highlighter: rouge
|
||||||
sass_dir: "_sass"
|
|
||||||
style: ":compressed"
|
|
||||||
|
|
||||||
# Build settings
|
|
||||||
markdown: kramdown
|
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
|
# About
|
||||||
author:
|
author:
|
||||||
name: "Valentin Popov"
|
|
||||||
url: "https://valentineus.link"
|
|
||||||
email: "info@valentineus.link"
|
email: "info@valentineus.link"
|
||||||
|
name: "Valentin Popov"
|
||||||
|
url: "http://valentineus.link"
|
||||||
|
|
||||||
# Custom vars
|
# References
|
||||||
version: 3.4.1
|
links:
|
||||||
github:
|
github: "https://github.com/valentineus"
|
||||||
repo: "https://github.com/valentineus/valentineus.github.io"
|
twitter: "https://twitter.com/valyaha"
|
||||||
|
|
||||||
# Gems
|
# Gems
|
||||||
plugins:
|
plugins:
|
||||||
|
Loading…
Reference in New Issue
Block a user