forked from sujaykundu777/devlopr-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
172 lines (142 loc) · 4.26 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
title: Nay Oo Lwin
subtitle: Blogs about my work and personal projects
field: >- # this means to ignore newlines until "baseurl:"
Full Stack developer
url: "" # the base hostname & protocol for your site, e.g. https://example.github.io
baseurl: "" # the subpath of your site, e.g. /blog
# Navigation
urls:
- text: Home
url: /
- text: About me
url: /about
- text: Blogs
url: /blog
# Edit Author details (For multi authors check _data/authors.yml)
author_logo: Suman.jpg
author: Nay Oo Lwin
author_email: "[email protected]"
author_location: Bangkok, Thailand
typewrite-text: Here, blogs about my work and personal projects
# typewrite-text: Here, my blogs are about my internships and personal projects
# Experiences
author_work_experiences:
- company_name: JdeRobot organization
company_logo: logo.jpg
company_url: http://jderobot.github.io/RoboticsAcademy/
designation: Software Engineer Intern
description: Open source collaboration on ROS and Gazebo
visibility: true
# Education
author_education_details:
- college_logo: JNTU.jpg
college_name: Jawaharlal Nehru Technological University Hyderabad (JNTUH)
college_url: https://www.jntuhceh.ac.in/
college_degree: B.Tech Mechanical Engineering
description: Bachelor of Technology
visibility: true
# Projects
author_project_details:
- project_thumbnail: ROS.png
project_title: ROS and Gazebo on web template
project_description: Worked on integration of Gazebo(gzclient) and ROS on web application with docker
project_url: https://github.com/JdeRobot/RoboticsAcademy/pull/772
visibility: true
# social links
github_username: NayOoLwin5
facebook_username: nayoo.lwin.750
linkedin_username: nay-oo-lwin-4b3976199
Youtube_channel : UCAHyRo_zoWFP2gSzBGJWyIw
#for comments ( we got Disqus and Hyvor Commenting, uncomment the one you want to use )
# disqus_shortname: sujay-kundu
hyvor_talk_website_id: 4305
# wakatime username (coding activity)
wakatime_username: sujaykundu777
# mailchimp embedded form url (newsletter):
mailchimp_form_url: https://sujaykundu.us10.list-manage.com/subscribe/post?u=50bab1c85eae24ecfb0f68361&id=3a2dd721d0
# 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
# Build settings
plugins:
- jekyll-paginate
- jekyll-gist
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-menus
- 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.
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
destination: ./build