This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yml
118 lines (106 loc) · 2.72 KB
/
hugo.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
baseURL: "https://shariff.dev"
languageCode: en-us
title: Yasir's Playground
theme: PaperMod
enableEmoji: true
enableRobotsTXT: true
enableGitInfo: true
canonifyURLs: true
paginate: 5
summaryLength: 100
googleAnalytics: G-NZZ9SMGPFZ
params:
env: production
showToc: true
TocOpen: false
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
hideMeta: false
GithubUser: itsyaasir
author: Yasir Shariff
title: Yasir's Playground
DateFormat: "January 2, 2023"
defaultTheme: dark
disableThemeToggle: false
ShowFullTextinRSS: true
ShowReadingTime: true
ShowShareButtons: true
ShowPostNavLinks: true
disableSpecial1stPost: false
disableScrollToTop: false
comments: true
hideSummary: false
# Home Page
profileMode:
enabled: true
title: |
Yasir Shariff
subtitle: |
👋 I'm Yasir, a passionate software engineer from the scenic city of Mombasa, Kenya. My expertise lies in creating Blockchain Systems, CLI tools, and user-centric software solutions that address real-world problems. With a strong problem-solving aptitude and meticulous attention to detail, I excel in delivering robust and efficient solutions to complex challenges across diverse industries.
Check out my latest projects, blog posts, and notes. Feel free to reach out to me if you have any questions or just want to say hi!
imageUrl: "/assets/images/profile.webp"
imageWidth: 220
imageHeight: 220
# List View
hideDescriptionInList: false
# cover image for posts
cover:
hiddenInList: false # hide on list pages and home
hiddenInSingle: false # hide on single page
socialIcons:
- name: "email"
url: "mailto:[email protected]"
- name: "linkedin"
url: "https://www.linkedin.com/in/itsyaasir"
- name: "github"
url: "https://github.com/itsyaasir"
- name: "twitter"
url: "https://twitter.com/itsyaasir"
- name: "cv"
url: "/resume"
# text search
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
keys: ["title", "permalink", "summary", "content"]
menu:
main:
- identifier: home
name: Home
url: /
weight: 10
- identifier: blog
name: Blog
url: /blog
weight: 20
- identifier: projects
name: Projects
url: /projects
weight: 30
- identifier: notes
name: Notes
url: /notes
weight: 40
- identifier: search
name: Search
url: /search
weight: 50
- identifier: resume
name: Resume
url: /resume
weight: 60
# for search using Fuse.js
outputs:
home:
- HTML
- RSS
- JSON
# allow HTML in MD
markup:
goldmark:
renderer:
unsafe: true