-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
179 lines (153 loc) · 4.62 KB
/
_config.yml
File metadata and controls
179 lines (153 loc) · 4.62 KB
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
title: Terrence Tran
subtitle: My personal website to share with you my work
description: >- # this means to ignore newlines until "baseurl:"
devlopr-jekyll is a Jekyll Theme Built For Developers
url: "https://tranterrence.github.io/" # the base hostname & protocol for your site, e.g. https://example.github.io
baseurl: "" # the subpath of your site, e.g. /blog
urls:
- text: About Me
url: /about
# - text: Blog
# url: /blog
# - text: Gallery
# url: /gallery
# - text: Shop
# url : /shop
# - text: Contact Me
# url : /contact
# - text: Styleguide
# url: /styleguide
# - text: Get Started
# url: /get-started
# Edit these details
author_logo: profile.jpg
author: Terrence Tran
author_bio:
author_email: "terrence.tran0@gmail.com"
author_location: France
author_website_url: "https://TranTerrence.github.io/"
author_work_experiences:
- company_name: Ekkiden
company_logo: ekkiden.png
company_url: https://ekkiden.com
designation: Tech Lead
description: Analyse and optimise the process IT architecture of the company.
visibility: true
- company_name: Novade Solutions
company_logo: novade.jpg
company_url: https://novade.com
designation: Data and Software Engineer
description: Design a whole new BI visualisation product for the top managers of construction companies.
visibility: true
author_education_details:
- college_logo: mines.png
college_name: MINES ParisTech
college_url: http://www.mines-paristech.fr/
college_degree: Executive Engineering Degree
description: Master of Technology, specialize in computer science, innovation and entrepreuneurship
visibility: true
author_project_details:
- project_thumbnail: gamershub.png
project_title: Gamers Hub
project_description: A Platform built for Gamers and Game Devs
project_url: https://gamershub.in
visibility: false
- project_thumbnail: hack4r.PNG
project_title: Hack4r
project_description: A Platform built for Hackers and Penetration Testers
project_url: https://hack4r.com
visibility: false
# social links
github_username: TranTerrence
linkedin_username: terrencetran
# facebook_username: johndoe
# twitter_username: johndoe
# behance_username: johndoe
# instagram_username: johndoe
# medium_username: johndoe
# telegram_username: johndoe
# dribbble_username: johndoe
# flickr_username: johndoe
#for comments using disqus
disqus_shortname: TranTerrence
# wakatime username (coding activity)
wakatime_username: TranTerrence
# mailchimp embedded form url (newsletter):
mailchimp_form_url: test.com
# formspree (contact form)
formspree_email: johndoe@gmail.com
# syntax highlighter
markdown: kramdown
highlighter: rouge
permalink: pretty
# google analytics
google_analytics: UA-46783401-10
# Choose what to show ( can be true or false)
show_author_work_experiences: true
show_author_education_details: true
show_author_project_details: true
# algolia search
algolia:
application_id: D9WA1YKTRQ
index_name: blog_posts # You can replace that with whatever name you want
files_to_exclude: []
nodes_to_index: 'article'
search_only_api_key: 58ffdd7cd6c45ec1577a7fcd789b1b9a
# pagination of posts
paginate: 4
per_page: 4
paginate_path: "/blog/page/:num/"
# minify
# compress_html:
# clippings: all
# comments: ["<!-- ", " -->"]
# endings: all
# ignore:
# envs: ['development']
# Archives
# jekyll-archives:
# enabled:
# - categories
# layout: archive
# permalinks:
# category: '/category/:name/'
# Shop
collections:
- products
# Gallery
defaults:
-
scope:
path: "gallery"
values:
permalink: /:path/:basename:output_ext
# Build settings
theme: devlopr
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-gist
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-algolia
- jekyll-menus
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
destination: ./build