-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
207 lines (190 loc) · 5.55 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
# Your Personal Information
first_name: Lorem
last_name: Jain
full_name: Lorem Jain
job_title: Software Engineer
technology: Salesforce
location: India
image: "https://via.placeholder.com/150"
city: Bangalore
country: Indonesia
contact_no: "(+62) 812-345-678-90"
email: your-email@domain.com
website: https://example.com
social_media:
- name: Facebook
icon: fab fa-facebook
handle: loremjain
url: https://web.facebook.com/loremjain
- name: Twitter
icon: fab fa-twitter
handle: lorem_jain
url: https://twitter.com/lorem_jain
- name: LinkedIn
icon: fab fa-linkedin
handle: lorem-jain
url: https://www.linkedin.com/in/lorem-jain
- name: GitHub
icon: fab fa-github
handle: loremjain
url: https://github.com/loremjain
# Summary Section
summary:
icon: 'fas fa-home' # Font Awesome icon for summary section
content: >
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin feugiat risus sit amet enim consectetur, a condimentum lectus convallis. Nam id aliquam sapien. Nulla facilisi. Sed imperdiet dolor nec mauris luctus, vel maximus risus eleifend. Donec eget lacus sed orci convallis maximus. Nam nec orci arcu. Duis vitae quam vitae orci condimentum accumsan. In hac habitasse platea dictumst.
# Experience Section
experience:
icon: 'fas fa-briefcase' # Font Awesome icon for experience section
items:
- company: Example Company
logo: https://via.placeholder.com/150
location: Jakarta, Indonesia
position: Software Engineer
duration: January 2020 - Present
details:
- Lorem ipsum dolor sit amet, consectetur adipiscing elit.
- Mauris et velit ac ligula efficitur rutrum.
- Suspendisse cursus mauris id justo convallis, vitae posuere arcu ultrices.
- Vestibulum quis lectus sit amet est tincidunt tempus.
# Education Section
education:
icon: 'fas fa-user-graduate' # Font Awesome icon for education section
items:
- institution: Lorem Ipsum University
image: https://via.placeholder.com/150
location: Ipsum City, Ipsum
degree: Bachelor of Technology
duration: 2014 - 2018
details: Computer Science Engineering
cgpa: 8.5
# Achievements Section
achievements:
items:
- title: Outstanding Performance Award
subtitle: Project Management
icon: https://via.placeholder.com/150
description: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
- title: Innovation Excellence Award
subtitle: Cloud Infrastructure
icon: https://via.placeholder.com/150
description: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
# Projects Section
projects:
icon: 'fas fa-project-diagram' # Font Awesome icon for projects section
items:
- name: Project A
duration: January 2019 - December 2019
type: Full-time
logo: https://via.placeholder.com/150
summary: >
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin feugiat risus sit amet enim consectetur, a condimentum lectus convallis.
- name: Project B
duration: January 2018 - December 2018
type: Full-time
logo: https://via.placeholder.com/150
summary: >
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin feugiat risus sit amet enim consectetur, a condimentum lectus convallis.
# Skills Section
skills:
icon: fas fa-graduation-cap # Font Awesome icon for skills section
items:
- name: HTML
icon: fab fa-html5
proficiency: true
proficiency_percent: 80
- name: CSS
icon: fab fa-css3
proficiency: true
proficiency_percent: 75
- name: JavaScript
icon: fab fa-js
proficiency: true
proficiency_percent: 85
- name: Front-end Development
icon: fas fa-laptop-code
proficiency: false
- name: React
icon: fab fa-react
proficiency: true
proficiency_percent: 70
- name: Vue.js
icon: fab fa-vuejs
proficiency: true
proficiency_percent: 65
# Tools & Technologies Section
tools:
icon: fas fa-tools # Font Awesome icon for tools section
items:
- name: Adobe Photoshop
icon: fab fa-creative-commons-sampling-plus
- name: Figma
icon: fas fa-paint-brush
- name: Sketch
icon: fas fa-palette
- name: Adobe Illustrator
icon: fab fa-creative-commons-by
- name: InVision
icon: fas fa-eye
- name: Zeplin
icon: fas fa-vector-square
- name: Axure RP
icon: fas fa-project-diagram
# Languages Section
languages:
items:
- name: English
speak: true
write: true
read: true
- name: French
speak: true
write: false
read: true
- name: Spanish
speak: true
write: true
read: true
# Site Settings
lang: en
title: Im-Resume
title_1: Im
title_2: Resume
tagline: Open Source Resume Builder Using Bulma
logo_url: /assets/logo/im-resume.png
email: your-email@domain.com
description: >
Open source project for creating and customizing resumes using the Bulma CSS framework.
baseurl: ""
url: "https://resume.imswarnil.com"
permalink: pretty
# Theme Customization
primary_color: "#E53935"
custom_theme: false
# Disqus Comments
disqus:
shortname: im-resume
# Google AdSense
adsense: false
# Plugins
plugins:
- jekyll-sitemap
- jekyll-feed
- jekyll-seo-tag
- kramdown-parser-gfm
# Exclude Files & Directories
exclude:
- Gemfile
- clean-theme.gemspec
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
# Live Reload
livereload: true
# Sass Configuration
sass:
style: compressed
source_dir: _sass