generated from yous/whiteglass-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
105 lines (89 loc) · 2.33 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Human Design
author: Nik Polonsky
description: >- # this means to ignore newlines until "baseurl:"
# Write an awesome description for your new site here. You can edit this
# line in _config.yml. It will appear in your document head meta (for
# Google search results) and in your feed.xml site description.
#baseurl: "/whiteglass-template" # the subpath of your site, e.g. /blog
url: "https://nikpolonsky.github.io" # the base hostname & protocol for your site, e.g. http://example.com
baseurl: ""
# lang: en
timezone: UTC
# Social media
twitter_username:
twitter_image:
facebook_app_id:
facebook_image:
google_analytics:
comments: false
social_media:
telegram:
id: 'tov_nixon'
href: 'https://t.me/'
title: 'Telegram'
fa-icon: 'fa-telegram-plane'
whatsapp:
id: '4917642728553'
href: 'https://wa.me/'
title: 'Whatsapp'
fa-icon: 'fa-square-whatsapp'
instagram:
id: 'tov_nixon'
href: 'https://instagram.com/'
title: 'Instagram'
fa-icon: 'fa-instagram-square'
# Build settings
theme: jekyll-whiteglass
plugins:
- jekyll-polyglot
- jekyll-archives
- jekyll-paginate
- jekyll-sitemap
exclude:
- README.md
- vendor/
# Outputting
permalink: /:year/:month/:day/:title/
# Markdown settings
markdown: kramdown
excerpt_separator: "<!-- more -->"
kramdown:
auto_ids: false
enable_coderay: false
entity_output: as_char
footnote_nr: 1
smart_quotes: lsquo,rsquo,ldquo,rdquo
toc_levels: 1..6
# jekyll-archives
jekyll-archives:
enabled:
- categories
- tags
layout: category_archives
permalinks:
category: /categories/:name/
tag: /tags/:name/
# jekyll-paginate
paginate_path: /posts/:num/
paginate: 5
#Polyglot
languages: ["en", "ua", "ru"]
default_lang: "ua"
enabled: true
translate_urls: true
exclude_from_localization: ["javascript", "images", "css", "public"]
parallel_localization: true
#Data
human_design_title:
en: "Nik Polonsky"
ua: "Нік Полонський"
ru: "Ник Полонский"
blog_archive_title:
en: "Blog"
ua: "Блог"
ru: "Блог"