-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
139 lines (118 loc) · 3.09 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# Main settings
baseurl: ''
repository: fractalsoft/blog.fractalsoft.org
url: https://blog.fractalsoft.org
# Theme
theme: minimal-mistakes-jekyll
# Meta head
description: Fractal Soft blogs about Ruby on Rails, Ember.js, Backbone.js, React.js and maybe Elixir. Technical blog will be full of web development and the developer community.
locale: pl
title: Web Development in Ruby on Rails, technical blog Fractal Soft
name: Web Development in Ruby on Rails and JavaScript
# Jekyll settings
exclude: ['.keep', '.ruby-gemset', '.ruby-version', '.sass-cache', '_data', '_drafts', '_templates', 'Gemfile', 'Gemfile.lock', 'Rakefile', 'README.md', 'scripts']
highlighter: rouge
include: ['_data', '_pages']
og_image: /assets/images/fractalsoft/blog.svg
permalink: /:categories/:year/:month/:title/
# permalink: pretty
# Plugins settings
plugins:
- jekyll-feed
- jekyll-gist
- jekyll-include-cache
# - jekyll-polyglot
- jekyll-pwa-workbox
- jekyll-redirect-from
- jekyll-sitemap
# Theme settings
breadcrumbs: false
logo: /assets/images/fractalsoft/blog-44x44.png
masthead_title: Technical blog by Fractal Soft
minimal_mistakes_skin: contrast
og_image: /assets/images/fractalsoft/blog-144x144.png
paginate: 16
paginate_path: /page:num/
search: true
teaser: /assets/images/fractalsoft/blog-222x120.svg
words_per_minute: 150
analytics:
provider: 'google-gtag'
google:
anonymize_ip: false
tracking_id: 'G-6GZPFB4Y0B'
category_archive:
type: liquid
path: /categories/
collections:
coderdojo:
output: true
permalink: /pl/:collection/:path/
comments:
provider: 'disqus'
disqus:
shortname: 'fractalsoft'
compress_html:
clippings: all
comments: all
endings: all
ignore:
envs: development
profile: false
defaults:
# _pages
- scope:
path: ''
type: pages
values:
author_profile: false
comments: true
layout: single
related: true
# _posts
- scope:
path: ''
type: posts
values:
author_profile: true
comments: true
layout: single
read_time: false
related: true
share: true
feed:
excerpt_only: true
footer:
links:
- label: Twitter
icon: 'fab fa-fw fa-twitter'
url: https://twitter.com/fractal_soft
- label: LinkedIn
icon: 'fab fa-fw fa-linkedin'
url: https://www.linkedin.com/company/fractalsoft
- label: YouTube
icon: 'fab fa-fw fa-youtube'
url: https://www.youtube.com/c/fractalsoft
- label: Facebook
icon: 'fab fa-fw fa-facebook'
url: https://www.facebook.com/fractalsoft
- label: Instagram
icon: 'fab fa-fw fa-instagram'
url: https://instagram.com/fractalsoft
head_scripts:
# - /assets/js/pwa-1.0.min.js
pwa:
dest_js_directory: assets/js
sass:
style: compressed # nested, expended, compact, compressed
tag_archive:
type: liquid
path: /tags/
twitter:
username: fractal_soft
chrome-tab-theme-color: '#1c26c3'
# Jekyll Internationalization
exclude_from_localization: ['assets', 'bin']
locales: ['en', 'pl']
rubycamp_form_action: 'https://formspree.io/alek+rubycamp2@coderdojo.org.pl'
clicky_id: '101196460'