-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
122 lines (122 loc) · 3.12 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
title: TeamM
subtitle: A Portfolio Jekyll Theme Built for Developers
description: >-
devlopr-jekyll is a beautiful Jekyll Theme Built For Developers, which is
optimized for speed and readability.
url: ''
baseurl: ''
urls:
- text: Home
url: /
- text: About
url: /about
- text: Blog
url: /blog
# - text: Gallery
# url: /gallery
# - text: Shop
# url: /shop
# - text: Contact
# url: /contact
- text: Styleguide
url: /styleguide
- text: Get Started
url: /get-started
author_logo: profile.png
author: Jaehwan Lee
author_bio: 'Hi, my name is Jaehwan Lee. I built this site using devlopr-jekyll :D'
author_email: spirit0609@naver.com
author_location: South Korea
author_website_url: 'http://muses.muses.tottori-u.ac.jp/faculty/morimoto/'
typewrite-text: >-
devlopr is a jekyll theme built for developers. You can edit this in
_config.yml file
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
author_education_details:
- college_logo: mit.png
college_name: MIT
college_url: 'https://mit.org'
college_degree: CS Engineer
description: Bachelor of Technology
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: true
- project_thumbnail: hack4r.PNG
project_title: Hack4r
project_description: A Platform built for Hackers and Penetration Testers
project_url: 'https://hack4r.com'
visibility: true
twitter_username: null
github_username: spirit0609
facebook_username: johndoe
linkedin_username: null
behance_username: null
instagram_username: null
medium_username: null
telegram_username: null
dribbble_username: null
flickr_username: null
hyvor_talk_website_id: null
wakatime_username: null
mailchimp_form_url: >-
https://sujaykundu.us10.list-manage.com/subscribe/post?u=50bab1c85eae24ecfb0f68361&id=3a2dd721d0
formspree_email: johndoe@gmail.com
markdown: kramdown
highlighter: rouge
permalink: pretty
show_author_work_experiences: true
show_author_education_details: true
show_author_project_details: true
paginate: 4
per_page: 4
paginate_path: '/blog/page/:num/'
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'
plugins:
- jekyll-paginate
- jekyll-gist
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-menus
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
destination: ./build