-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
142 lines (124 loc) · 2.54 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
140
141
142
encoding: "UTF-8"
timezone: Europe/Warsaw
lang: pl-PL
locale: pl
lsi: true
safe: false
incremental: true
markdown: kramdown
markdown_ext: "md"
title: "zuralski.net"
description: "Usługi IT, aplikacje internetowe, aplikacje webowe"
url: https://zuralski.net
github:
private: true
repository: "zuralski-net/zuralski-net.github.io"
github_username: "zuralski-net"
author: "zuralski.net"
excerpt_separator: "<!--more-->"
show_downloads: false
copyright:
sinceYear: 2015
experience:
sinceYear: 2007
# currentYear: 2020
# experience: 13
languages: ["en", "pl"]
exclude_from_localizations: ["files", "assets", "resources"]
plugins_dir: _plugins
layouts_dir: _layouts
data_dir: _data
includes_dir: _includes
# https://github.com/pages-themes/primer
# remote_theme: pages-themes/primer@v0.6.0
google_analytics: "UA-2579235-12"
webmaster_verifications:
# google: ""
bing: "057036BF9DB13D64C6CA4552C61AC17A"
# alexa: 1234
# yandex: 1234
# baidu: 1234
# Filtering Content
show_drafts: false
limit_posts: 0
future: false
unpublished: false
defaults:
- scope:
path: "" # an empty string here means all files in the project
values:
# permalink: /:locale/:categories/:title:output_ext
author: "zuralski.net"
- scope:
path: "assets/css"
values:
stylesheet: true
output: true
- scope:
path: "assets/js"
values:
javascript: true
output: true
- scope:
path: "./_pages/"
type: "pages"
values:
layout: "default"
- scope:
path: "./_pages/pl/"
type: "pages"
values:
layout: "default"
timezone: Europe/Warsaw
lang: pl-PL
locale: pl
- scope:
path: "./_pages/en/"
type: "pages"
values:
layout: "default"
timezone: Europe/London
lang: en-GB
locale: en
exclude:
- ".github/"
- ".history/"
- "Gemfile"
- "Gemfile.lock"
- "TODO.md"
- "README.md"
- "Makefile"
- ".jekyll-cache/"
- ".git"
- ".svn"
- ".gitkeep"
- "setup.sh"
- "vendor/"
- "Rakefile"
- "node_modules/"
- "config.uglifyjs.json"
- CNAME
- package.json
- yarn.lock
include:
- "_pages"
plugins:
- jekyll-commonmark
- jekyll-include-cache
- jekyll-archives
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-redirect-from
- jekyll-last-modified-at
# - jekyll-feed
# - jekyll-paginate
# - jekyll-remote-theme
# - jekyll-time-to-read
sass:
implementation: sass-embedded
# implementation: sassc
style: compressed
sourcemap: never
line_comments: false
sass_dir: assets/css
load_paths: []