-
Notifications
You must be signed in to change notification settings - Fork 18
/
_config.yml
108 lines (92 loc) · 2.27 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
# Jekyll configuration › https://jekyllrb.com/docs/configuration/
# --------------- Site settings ---------------
title: "Milan Aryal"
tagline: "Living on the edge"
description: >
I am just a regular person who believes life is simple,
and I like a simple life. I am based in Kathmandu, Nepal.
url: "https://milanaryal.com.np"
logo: "/assets/img/logo.png"
theme_color: "#000000"
words_per_minute: 180
author:
name: "Milan Aryal"
email: null
uri: "https://twitter.com/milanaryal"
avatar: "/assets/img/avatar.png"
bio: "Living on the edge—of my calculator, balancing life and ledgers with equal precision."
pronoun: "he/him"
gender: "Male"
nationality: "Nepal"
facebook: null
github: "milanaryal"
instagram: "milanaryal"
keybase: null
linkedin: null
mastodon: "https://mastodon.social/@milanaryal"
telegram: null
twitter: "milanaryal"
pinterest: "milanaryal"
x: "milanaryal"
social:
name: "Milan Aryal"
facebook_admin: "100001982813077"
twitter: "milanaryal"
links:
- https://mastodon.social/@milanaryal
- https://www.instagram.com/milanaryal/
- https://github.com/milanaryal
disqus_shortname: null
google_analytics_id: null
google_api_key: "AIzaSyB27uh5sPHJ156nRryf1yuJn6fjo_B7qvI"
google_cse_id: "000254926668963224856:z4vgwqv7kla"
# HTML language attribute format › eg. en, en-US, en-GB
# lang: "en"
# Open Graph protocol format › eg. en_US, en_GB
# locale: "en_US"
# --------------- Build settings ---------------
# Where things are
source: src
timezone: "Asia/Kathmandu"
future: true
kramdown:
toc_levels: [2, 3]
paginate_path: "/writing/:num/"
paginate: 10
permalink: "/:title/"
collections:
pages:
output: true
defaults:
- scope:
path: ""
type: "pages"
values:
image:
path: "/assets/img/logo.png"
width: 300
height: 300
feature_image:
path: "/assets/img/feature.jpg"
width: 1500
height: 500
- scope:
path: "_posts"
type: "posts"
values:
layout: "post"
comments: false
- scope:
path: "_pages"
type: "pages"
values:
layout: "page"
- scope:
path: "uploads/**/*.pdf"
values:
sitemap: false
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-redirect-from
- jekyll-sitemap