forked from serhii73/serhii73.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
47 lines (38 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
# Permalinks
permalink: /:title/
# Setup
title: Програмування на Scratch
tagline: Ми пройдемо усі уроки по Scratch з цього вебсайту - https://www.uacodeacademy.com
url: https://osvita-code.github.io/scratch
paginate: 1
baseurl: "https://osvita-code.github.io/scratch"
# Assets
#
# We specify the directory for Jekyll so we can use @imports.
sass:
sass_dir: _sass
style: :compressed
# About/contact
author:
name: Sergey
url: https://osvita-code.github.io/scratch
email: [email protected]
google_analytics: UA-152987198-1
footer-links:
email: [email protected]
github: serhii73
# Custom vars
version: 2.0.0
github:
repo: https://github.com/osvita-code/scratch
# Gems
plugins:
- jekyll-paginate
- jekyll-gist
- jekyll-sitemap
compress_html:
clippings: all
comments: ["<!-- ", " -->"]
endings: all
host: 0.0.0.0
port: 4000