-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
executable file
·114 lines (92 loc) · 2.54 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
# main text of home
name: Jay Ravaliya
bio: Software Engineer
# twitter summary info
description: A little bit about myself.
# if it's an external image, update below for true
# better with square images
external-image: false
picture: assets/images/jr-instagram.jpg
url: http://jayravaliya.com
# your url: http://USERNAME.github.io
permalink: /:title/
markdown: kramdown
highlighter: rouge
# To enable google analytics, supply your token below
# analytics-google: 'UA-MYANALYTICS'
# To enable piwik tracking, supply your url & site ID below
# analytics-piwik-url: 'piwik.my-host.com'
# analytics-piwik-id: 1
# if you don't want comments in your posts, set to false
# disqus: mydisqus
# if you don't have any of social below, comment the line
facebook: jayrav13
twitter: jayrav13
# google: jayrav13
instagram: jayrav13
# pinterest: mypinterest
linkedin: jayrav13
# youtube: jayrav13
# spotify: myspotify
github: jayrav13
# stackoverflow: 7044681/mystackoverflow
# quora: userquora
# reddit: username
# medium: medium
# vimeo: myvimeo
email: [email protected]
authors:
johndoe:
name: John Doe
bio: A Man who travels the world eating noodles
external-image: false
picture: assets/images/profile.jpg
twitter: johndoe
jamesfoster:
name: James Foster
bio: A Man who develops software with coffee
external-image: false
picture: assets/images/james.jpg
twitter: jamesfoster
jayrav13:
name: Jay Ravaliya
bio: Aspiring Software Engineer
external-image: false
picture: assets/images/jr-instagram.jpg
twitter: jayrav13
# do you want a larger site? change the option below
# options: [normal, large] | default: normal
# normal = 560px / large = 810px
width: large
# if you don't need pagination, comment the *paginate* configs below
# paginate: 5
# paginate_path: "blog/:num/"
# if you don't need projects, about or blog, comment them out.
projects: true
about: true
# blog: true
# do you want to show the "read time" of the posts?
read-time: true
# do you want to show the "tags" inside the posts?
show-tags: true
# related posts inside a post?
related: true
# show next & prev links in blog post?
blog-nav-links: false
# show author block at the end of a post ?
show-author: true
# do you want some animations?
animation: true
sass:
sass_dir: _sass
style: :compressed
gems:
- jemoji
- jekyll-mentions
- jekyll-seo-tag
- jekyll-feed
- jekyll-sitemap
- jekyll-gist
- jekyll-paginate
jekyll-mentions:
base_url: https://github.com