-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
96 lines (88 loc) · 2.42 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
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
show_date: true
read_time: true
share: false
related: false
author_profile: false
footnotes: true
# _pages
- scope:
path: ""
type: pages
values:
layout: single
show_date: true
footnotes: false
compress_html:
clippings: all
title: The blog of Adisakshya Chauhan
email: hi@adisakshya.codes
description: >- # this means to ignore newlines until "baseurl:"
A compilation of Adisakshya's musings 🤔, inspirations 🌟, mistakes 😅, and other ramblings 🧐.
baseurl: "/weblog"
url: "https://adisakshya.github.io"
twitter_username: adisakshya
github_username: adisakshya
search: true
repository: adisakshya/weblog
# Build settings
# theme: "minimal-mistakes-jekyll"
remote_theme: "mmistakes/minimal-mistakes@4.22.0"
plugins:
- jekyll-include-cache
- jekyll-paginate
comments:
provider : "staticman_v2"
staticman:
branch : "master"
endpoint : "https://adisakshya-staticman.herokuapp.com/v3/entry/github/"
author:
name: "Adisakshya Chauhan"
avatar: "assets/images/avatar.jpg"
bio: "A student developer who loves learning new things and proactively seek new concepts every day"
location: "28.6245° N, 77.0914° E"
links:
- label: "Adisakshya Codes"
icon: "fas fa-fw fa-link"
url: "https://adisakshya.codes"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/adisakshya"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/adisakshya"
- label: "LinkedIn"
icon: "fab fa-fw fa-linkedin"
url: "https://www.linkedin.com/in/adisakshya"
footer:
links:
- label: "twitter"
icon: "fab fa-twitter"
url: "https://twitter.com/adisakshya"
title: "Connect on Twitter"
- label: "github"
icon: "fab fa-github"
url: "https://github.com/adisakshya"
title: "Follow on GitHub"
- label: "website"
icon: "fab fa-firefox"
url: "/"
title: "Adisakshya's personal website"
- label: "linkedin"
icon: "fab fa-linkedin"
url: "https://www.linkedin.com/in/adisakshya/"
title: "Connect on LinkedIn"
- label: "google"
icon: "fab fa-google"
url: "mailto:hi@adisakshya.codes"
title: "Drop an email"
include: ["_pages"]
exclude: ["README.md"]
paginate: 5
paginate_path: "/page:num/"