-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy path_config.yml
executable file
·84 lines (70 loc) · 2.31 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
# Your name and what you do
name: Eve Adam
bio: Software Developer
description: Eve Adam's Personal Website
# Profile picture
picture: assets/images/profile.jpg
# your url: http://USERNAME.github.io
url: https://jibolash.github.io/Eve/
# do you want to display social media links? true or false
social-media: true
# Add your username for the social media websites listed below
# If you don't have an account on any of them, comment out the line
# facebook: myfacebook
twitter: mytwitter
linkedin: mylinkedin
github: mygithub
email: [email protected]
# google: mygoogle
# instagram: myinstagram
# pinterest: mypinterest
# youtube: myyoutube
# spotify: myspotify
# lastfm: mylastfm
# stackoverflow: 7044681/mystackoverflow
# quora: userquora
# reddit: username
# medium: medium
# vimeo: myvimeo
# lanyrd: mylanyrd
# do you want a larger site? change the option below
# options: [normal, large] | default: normal
# normal = 560px / large = 810px
width: normal
# do you want to display an about section? true or false
about: true
# do you want to display a skills section? true or false
skills: true
# add your skills here
skills-list:
- HTML, Jade
- CSS (Stylus, Sass, Less)
- Javascript, NodeJS
- AngularJS, ReactJS
- Java, Android
- Python
- MySQL - MongoDB
- Git
# do you want to display a projects section? true or false
projects: true
# add your projects here
project-list:
QuizKnit:
name: QuizKnit
description: AI powered web application that generates a quiz based on user provided text. Users can share the quiz using a custom url and also test their knowledge by exploring quizzes created by other people.
url: https://quizknit.com
Eve:
name: Eve
description: Ultra Minimal Single-page Jekyll Template for Building Personal Portfolio Websites. Currently has 50+ Github stars. This website is built with it!
url: https://github.com/jibolash/Eve
World-Cup-History:
name: World Cup History
description: npm package for FIFA World cup historical data.
url: https://github.com/jibolash/world-cup-history
# do you want to display the theme attribution? true or false
footer: true
# Enable animations? true or false
animation: true
gems:
- jekyll-seo-tag
exclude: [README.md, Gemfile, Gemfile.lock, _site, Rakefile, travis.sh, vendor]