forked from sergiokopplin/indigo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·147 lines (121 loc) · 3.9 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
# main text of home
name: Aman Goyal
bio: A Man who never has enough time
# twitter summary info
description: Aman Goyal blogs about technology and related stuff here. He tries to play FPS games like CSGO, Valorant on his potato pc, which he also uses to code. A passionate quizzer and a fervent reader(mainly light novels and mangas)
# if it's an external image, update below for true
# better with square images
external-image: false
# picture: assets/images/profile.jpg
picture: assets/images/placeholder-profile-male-500x500-min.png
# your site color theme, true for dark theme,
# false to light theme, auto to switch with system.
dark-theme: auto
# If you want to include your resume, set to true
# and specify source (external or local).
resume: false
resume-external: false
resume-url: None
url: https://amangoyal.me
# your url: https://USERNAME.github.io
permalink: /:slug/
# To enable google analytics, supply your token below
# analytics-google: 'UA-MYANALYTICS'
# if you don't want comments in your posts, leave categories empty
# disqus:
# shortname: mydisqus # enter this from your disqus account
# categories: [blog, project] # only show disqus for posts that have these categories
social:
name: Aman Goyal
links:
- https://twitter.com/a_man_goyal
- https://www.linkedin.com/in/-amangoyal
- https://github.com/aman-1412
webmaster_verifications:
google: XMDdOzBjUIrZJZCKFNYauXrjgrgcr7s3qzGFHTJcnIg
# if you don't have any of social below, comment the line
# facebook: myfacebook
twitter: a_man_goyal
# instagram: myinstagram
linkedin: -amangoyal
github: Aman-1412
email: goyal.amanr+blog@gmail.com
# Pro-tip: If authors is present in the document's front matter as an array (and author is not), the plugin will use the first author listed, as Twitter supports only one author.
authors:
aman:
name: Aman Goyal
bio: A Man who never has enough time
description: A blog about technology and related stuff
external-image: false
picture: assets/images/placeholder-profile-male-500x500-min.png
twitter: a_man_goyal
sherlock:
name: Sherlock Holmes
bio: A Man's alter ego
external-image: false
picture: assets/images/profile.jpg
twitter: sholmes
jamesfoster:
name: James Foster
bio: A Man who develops software with coffee
external-image: false
picture: assets/images/james.jpg
twitter: jamesfoster
# do you want a larger site? change the option below
# options: [normal, large] | default: normal
# normal = 560px / large = 810px
width: large
locale: en-US
# if you do/don't need pagination, toggle 'enabled' between true/false below
pagination:
enabled: true
sort_reverse: true # display recent posts first
title: ":title" # Changing this will mess up the header display logic
per_page: 10
permalink: "/:num/" # pagination link that will be appended
# if you don't need the about/blog/projects/search page, comment them out below
about: true
blog: true
projects: true
search: 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
# Display links for next and previous posts for the specified categories
post-advance-links: [blog]
# show author block at the end of a post ?
show-author: true
# do you want some animations?
animation: true
# add default values to specific pages or layouts
defaults:
- scope:
path: "" # an empty string here means all files in the project
layout: "post"
values:
# setting all post to not hidden by default,
# can be overridden in the front matter for a specific post
hidden: false
plugins:
- jekyll-seo-tag
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-paginate-v2
- jekyll-sitemap
compress_html:
ignore:
envs:
- development
- stage
exclude:
[
"README.md",
"Gemfile",
"Gemfile.lock",
"node_modules",
"vendor",
]