forked from brgtrainings/brgtrainings.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
73 lines (66 loc) · 1.83 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
title: BRG Trainings
title_htm: >-
<span class="blue">B</span><span class="red">R</span><span class="green">G</span> Trainings
email: [email protected]
description: >-
A Platform for Self-Learners to a Career in Software Development
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://brgtrainings.github.io/" # the base hostname & protocol for your site, e.g. http://example.com
image_base_url: /assets # local images: ending without forward slash
# image_base_url: https://brgtrainings.sirv.com/brgtrainings.com/mainsite # cdn images: ending without forward slash
thumbnail: thumbnail.jpg
author: BRG
author_url: https://freelancerbrg.com
future: true # Show blog post of future date
permalink: /blogs/:year/:month/:day/:title/
google_analytics: UA-164576022-1
# Disqus Comments
disqus:
shortname: brg-trainings
contacts:
facebook:
url: https://www.facebook.com/cooolbrg
label: Facebook
class: fab fa-facebook-f
twitter:
url: https://twitter.com/coolbrg/
label: Twitter
class: fab fa-twitter
username: "@coolbrg"
github:
url: https://github.com/coolbrg/
label: GitHub
class: fab fa-github
linkedin:
url: https://www.linkedin.com/in/coolbrg
label: LinkdIn
class: fab fa-linkedin-in
email:
url: mailto:[email protected]
label: Email
class: fas fa-envelope
youtube:
url: https://www.youtube.com/channel/UC1mixqcP6GIY9bnG4gWDznA
label: YouTube Channel
class: fab fa-youtube
collections:
tutorials:
output: true
getting_tastes:
output: true
exercises:
output: true
projects:
output: true
bootcamps:
output: true
paginate: 6
paginate_path: "/blogs/page:num"
permalink: /blogs/:year/:month/:day/:title/
# Build settings
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-paginate
- jemoji
- jekyll-redirect-from