forked from sujaykundu777/devlopr-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
234 lines (203 loc) · 6.97 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
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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
# FILE: _config.yml
# Description
description: "devlopr-jekyll is a beautiful Jekyll Theme Built For Developers, which is optimized for speed and readability."
# Site settings
url: "https://XIronXCondorX.github.io"
baseurl: ""
# Navigation
urls:
- text: Home
url: /
- text: About
url: /about
- text: Blog
url: /blog
- text: Gallery
url: /gallery
- text: Contact
url: /contact
# Edit Author details (For multi authors check _data/authors.yml)
author_logo: profile.png
author: George Meder
author_bio: "Hi, my name is George Meder. I built this site using devlopr-jekyll :D"
author_email: "[email protected]"
author_location: "United States Of America"
author_website_url: "https://georgem.github.io/"
typewrite-text: "Welcome, to my Portfolio. Take a look around and get to know me better."
hero_cover_img: sample_cover.jpg # replace this for changing homepage cover (eg. try cover.jpeg). Image should be in /assets/img
# Experiences
author_work_experiences:
- company_name: Google
company_logo: google.png
company_url: https://google.com
designation: Software Engineer
description: Worked on various Google Products
visibility: true
- company_name: Microsoft
company_logo: microsoft.png
company_url: https://microsoft.com
designation: Azure Developer
description: Worked on various Azure Cloud Products
visibility: true
# Education
author_education_details:
- college_logo: valencia.png
college_name: Valencia Community College
college_url: https://valenciacollege.edu
college_degree: Associate of Science
description: Business Administration
visibility: true
# Projects
author_project_details:
- project_thumbnail: snakewatch.png
project_title: Snake Watch Face
project_description: A custom watch face for Watches running Wear OS by Google
project_url: https://play.google.com/store/apps
visibility: true
- project_thumbnail: paytowin.png
project_title: Pay to Win
project_description: A mobile game that is a parody of the Pay to Win model
project_url: https://play.google.com/store/apps
visibility: true
# social links
twitter_username: Iron___Condor
github_username: XIronXCondorX
# instagram_username: johndoe
# facebook_username: johndoe
# linkedin_username: johndoe
# behance_username: johndoe
# medium_username: johndoe
# telegram_username: johndoe
# dribbble_username: johndoe
# flickr_username: johndoe
#for comments ( we got Disqus and Hyvor Commenting, uncomment the one you want to use )
# disqus_shortname: sujay-kundu
# hyvor_talk_website_id: 476
# wakatime username (coding activity)
# wakatime_username: N/A
# mailchimp embedded form url (newsletter):
mailchimp_form_url:
# contact form - (choose formspress or getform)
# getform_endpoint: 83b703c3-9e47-4df4-ac55-e24d7eb02abc
formspree_email: [email protected]
# releases - widget can be (sidebar, modal or embed)
olvy_organization: devlopr
olvy_widget_type: sidebar
# syntax highlighter
markdown: kramdown
highlighter: rouge
permalink: pretty
# Choose what to show ( can be true or false)
show_author_work_experiences: true
show_author_education_details: true
show_author_project_details: true
# 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/'
collections:
products:
output: true
authors:
output: true
defaults:
-
scope:
path: "gallery"
values:
permalink: /:path/:basename:output_ext
-
scope:
path: ""
type: authors
values:
layout: author
permalink: /blog/authors/:slug
-
scope:
path: 'assets/**'
values:
sitemap: false
# Build settings
plugins:
- jekyll-paginate
- jekyll-gist
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-feed
# jekyll admin is causing issues with github pages, so it's disabled by default
# - jekyll-admin
# Jekyll Admin Config
# jekyll_admin:
# hidden_links:
# - posts
# - pages
# - staticfiles
# - datafiles
# - configuration
# homepage: "posts"
# 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.
### Switching Deployment Strategy (in DEPLOY_STRATEGY) file change the key accordingly:
# none - For no default
# gh-pages - For Github Pages
# firebase - For Firebase Hosting
sass:
sass_dir: _sass
style: compressed
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- assets/bower_components/isotope-layout/README.md
- assets/bower_components/icono/README.md
- assets/bower_components/font-awesome/advanced-options/use-with-node-js/fontawesome-svg-core/README.md
- assets/bower_components/ghosthunter/README.md
- assets/bower_components/nanobar/README.md
- assets/bower_components/lightgallery/demo/README.md
- assets/bower_components/font-awesome/advanced-options/use-with-node-js/free-brands-svg-icons/README.md
- assets/bower_components/font-awesome/advanced-options/use-with-node-js/free-solid-svg-icons/README.md
- assets/bower_components/jquery-mousewheel/README.md
- assets/bower_components/get-size/README.md
- assets/bower_components/font-awesome/advanced-options/use-with-node-js/fontawesome/README.md
- assets/bower_components/jquery-mousewheel/ChangeLog/README.md
- assets/bower_components/font-awesome/advanced-options/use-with-node-js/fontawesome-free-regular/README.md
- assets/bower_components/desandro-matches-selector/README.md
- assets/bower_components/ev-emitter/README.md
- assets/bower_components/font-awesome/README.md
- assets/bower_components/font-awesome/advanced-options/use-with-node-js/fontawesome-free-solid/README.md
- assets/bower_components/font-awesome/advanced-options/use-with-node-js/fontawesome-free/README.md
- assets/bower_components/font-awesome/advanced-options/use-with-node-js/fontawesome-free-webfonts/README.md
- assets/bower_components/font-awesome/advanced-options/use-with-node-js/fontawesome-free-brands/README.md
- assets/bower_components/font-awesome/advanced-options/use-with-node-js/fontawesome-common-types/README.md
- assets/bower_components/ghosthunter/example/Index.html
- assets/bower_components/lightgallery/test/lightgallery.html
- assets/bower_components/masonry-layout/README.md
- assets/bower_components/imagesloaded/README.md
destination: ./build