-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yaml
74 lines (61 loc) · 1.86 KB
/
hugo.yaml
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
baseURL: https://sakibhasan.dev/
languageCode: en-us
title: Sakib Hasan
theme: ["PaperMod"]
params:
env: production
assets:
favicon: "/favicon.ico"
favicon16x16: "/favicon-16x16.png"
favicon32x32: "/favicon-32x32.png"
apple_touch_icon: "/apple-touch-icon.png"
safari_pinned_tab: "/safari-pinned-tab.svg"
author: Sakib Hasan
description: |
I am a full-stack software developer with 5 years of experience in web and app development.
My expertise spans both frontend and backend technologies, allowing me to create comprehensive,
scalable solutions for diverse project requirements.
keywords: [blog,developer,personal,software,engineering,sakib,hasan,typescript,reactjs,nextjs]
showReadingTime: true
showPostNavLinks: true
homeInfoParams:
Title: Sakib | Full Stack Developer
Content: |
I am a full-stack software developer with 5 years of experience in web and app development.
My expertise spans both frontend and backend technologies, allowing me to create comprehensive,
scalable solutions for diverse project requirements.
socialIcons:
- name: GitHub
url: https://github.com/shakibhasan09
- name: Twitter
url: https://x.com/sakibhasanme09
- name: Twitch
url: https://www.twitch.tv/sakibhasanme09
- name: Youtube
url: https://www.youtube.com/@sakibhasandev
- name: Facebook
url: https://web.facebook.com/sakibhasan.dev
cover:
linkFullImages: true
menu:
main:
- name: Home
url: /
identifier: home
weight: 1
- name: Blogs
url: /blogs
identifier: blogs
weight: 2
- name: Projects
url: /projects
identifier: projects
weight: 3
- name: About
url: /about
identifier: about
weight: 4
- name: Contact
url: /contact
identifier: contact
weight: 5