-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·48 lines (40 loc) · 1.05 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
title: ''
author: Evgenii Nikitin
email: ''
description: >- # this means to ignore newlines until "baseurl:"
Blog about Drupal and related things.
baseurl: "" # the subpath of your site, e.g. /blog
domain: "https://www.enik.pro" # the base hostname & protocol for your site, e.g. http://example.com
# Build settings
markdown: kramdown
sass:
sass_dir: _sass
plainwhite:
tagline: ''
date_format: "%b %-d, %Y"
sitemap: false
social_links:
drupal: u/sinn
linkedIn: in/nikitinevgeny
plugins:
- jekyll-multiple-languages-plugin
- jekyll-seo-tag
- jekyll-gist
# jekyll-multiple-languages-plugin settings.
languages: ["en", "ru"]
exclude_from_localizations: ["javascript", "images", "css", "assets"]
# jekyll-seo-tag settings.
canonical_url: 'https://www.enik.pro'
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
exclude:
- docs
- Gemfile
- Gemfile.lock
- node_modules
- build.sh
- README.md
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/