-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
59 lines (52 loc) · 1.49 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
title: Tips and thoughts gathered throughout the years
description: About My Personal Coding Experience
author: Gheorghina Gligor
github: https://github.com/gheorghina
about: Thoughts on Coding, Software Architecture, Solving Business Problems, Growing as an Engineer and more importantly, growing as a Leader.
disqus_shortname: gheorghina-github-io
google_analytics: UA-XXXXXXXX-Y
avatar_url: /static/img/avatar.jpg
enableTags: true
tagarray: []
collections:
project:
output: true
permalink: /project/:path/
social:
- icon: fa-twitter
link: "https://twitter.com/gheorghinab"
- icon: fa-linkedin
link: "https://www.linkedin.com/in/gheorghina-gligor-2000a148/"
- icon: fa-stack-exchange
link: "https://www.goodreads.com/user/show/33537328-gheorghina"
- icon: fa-github
link: "https://github.com/gheorghina"
share:
twitter_username: github.io
fb_appid: 1749788565247320
urls:
- text: About Me
url: /about/
- text: Books Are The Best Mentors
url: /bookshelf_recommendations/
- text: Learning Resources
url: /learning_resources/
- text: Mentorship Program for Staff+
url: /mentorship/
- text: Courses and Workshops
url: /courses_workshops/
url: "https://gheorghina.github.io"
baseurl: ""
paginate: 20
per_page: 20
paginate_path: "/page/:num/"
markdown: kramdown
gems:
- jekyll-paginate
- jekyll-gist
compress_html:
clippings: all
comments: ["<!-- ", " -->"]
endings: all
ignore:
envs: ['development']