forked from martamyszki/git-dev-warsztaty-presentation
-
Notifications
You must be signed in to change notification settings - Fork 32
/
_config.yml
108 lines (92 loc) · 2.76 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
collections:
pytania-z-warsztatow:
output: false
# Jekyll configuration
markdown: kramdown
highlighter: rouge
paginate: 100 # it will paginate after this number
paginate_path: "/blog/page:num/"
language: 'en'
lang: 'en'
# Website info
title: GitWarsztaty Blog
description: Szkolenie wprowadzające do Dockera i Gita
cover: assets/images/blog-cover-new.jpg
logo-square: assets/images/logo-square.png
logo: assets/images/blog-icon.png
logo_dark: assets/images/favicon.ico
favicon: assets/images/favicon.ico
production_url: https://www.gitwarsztaty.pl
url: https://www.gitwarsztaty.pl
# edit baseurl to simply '/' if using as your personal page (instead of a project page)
# TL;DR: Use baseurl when you are building a site that doesn’t sit at the root of the domain
# https://byparker.com/blog/2014/clearing-up-confusion-around-baseurl/
baseurl: /
#source_url: https://github.com/jekyller/jasper2/
CNAME: #add cname for website to be created
# Social info
navigation: True # show the navbar links
subscribers: False # you need to connect an external service for this to work,
# if 'True' the submit button is disabled for now, but you can change that
# by editing `_includes/subscribe-form.html`
#twitter: tryghost # replace by your username
#facebook: ghost # replace by your username
# Disqus
disqus: True
disqus_shortname: gitwarsztaty # replace with your disqus username
# Google Analytics
google_analytics: UA-135667563-2
# Permalinks
permalink: /blog/:title
# permalink: /author/:author
# permalink: /tag/:tag
# Authors' info in `_data/authors.yml`
# Tags' info in `_data/tags_info.yml`
# gems and other configs
plugins_dir: [_plugins]
plugins: [jekyll-paginate, jekyll-feed]
feed:
path: feed.xml
# Additional settings available on the front-matter
# Site logo in the index.html (as in demo.ghost.io)
# Author's page cover in _layouts/author.html
# The same for page.html and tag.html layouts
# Post's page cover as a per-post basis _posts/...
# Disqus comments as a per-post basis
# ...
# Settings for builing master branch with travis-ci
# with jekyll-travis
# Settings for deploy rake task
# Username and repo of Github repo, e.g.
# https://github.com/USERNAME/REPO.git
# username defaults to ENV['GIT_NAME'] used by Travis
# repo defaults to USERNAME.github.io
# Branch defaults to "source" for USERNAME.github.io
# or "master" otherwise
#safe: False
#lsi: False
#username: jekyller
#repo: jasper2
#branch: master
#relative_source: ../jasper2/
#destination: ../jasper2-pages/
#source_url: https://github.com/jekyller/jasper2/
exclude:
- assets/css
- notes
- node_modules
- vendor
- .travis.yml
- Gemfile
- Gemfile.lock
- GHOST.txt
- gulpfile.js
- LICENSE
- package.json
- Rakefile
- README.md
- script.py
- changelog.md
- "*.Rmd"
- .git*
include: [_redirects]