forked from Jarmos-san/hugo-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
111 lines (110 loc) · 3.02 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
baseURL: "https://jarmos.netlify.app"
languageCode: "en-us"
title: "Somraj Saha"
theme: "PaperMod"
paginate: 5
enableRobotsTXT: true
enableEmoji: true
buildDrafts: false
buildFuture: false
buildExpired: false
minify:
disableXML: true
minifyOutput: true
params:
env: production
title: Jarmos
description: "Personal website for Somraj Saha where I share content based on my experiences as an ML Engineer & self-taught programmer."
images: ['profile-pic.jpg']
defaultTheme: auto
disableThemeToggle: false
ShowReadingTime: true
ShowShareButtons: true
ShowPostNavLinks: true
GoogleAnalyticsID: G-V0ZH6RS2BM
disableSpecial1stPost: false
comments: false
hidemeta: false
showtoc: false
tocopen: false
assets:
favicon: icons/favicon.ico
favicon16x16: icons/favicon-16x16.png
favicon32x32: icons/favicon-32x32.png
apple_touch_icon: icons/apple-touch-icon.png
android-chrome: icons/android-chrome-512x512.png
disableHLJS: true
label:
text: Somraj Saha
homeInfoParams:
Title: "Hi there! \U0001F44B"
Content: |
- Welcome to my website!. This is the right place to discover more about me if you're interested. I share my thoughts, opinions, projects showcases & experiences as a self-taught developer.
-
- Besides that, you'll find content on topics like - "Machine Learning", "Python (the programming language)", "Software development practices" & so on.
-
- And if you enjoy reading the content, consider sharing them with your friends, family & acquiantances. Or if you believe I could improve something, leave a feedback though any of my contact details.
socialIcons:
- name: twitter
url: https://twitter.com/@Jarmosan
- name: github
url: https://github.com/Jarmos-san
- name: medium
url: https://medium.com/@Jarmos
- name: instagram
url: https://www.instagram.com/jarmos.san/
- name: linkedin
url: https://www.linkedin.com/in/jarmos/
- name: facebook
url: https://www.facebook.com/jarmos.san/
- name: email
url: mailto:somraj.mle@gmail.com
- name: buymeacoffee
url: https://www.buymeacoffee.com/Jarmos
cover:
hidden: true
hiddenInList: true
hiddenInSingle: false
linkFullImages: true
menu:
main:
- name: About
identifier: about
url: about/
weight: 1
- name: Blog
identifier: blog
url: blog/
weight: 2
- identifier: projects
name: Projects
url: projects/
weight: 3
- name: Services
identifier: hiring
name: Services
url: services/
weight: 4
# - name: Collaborate
# identifier: collaborate
# url: collaborations/
# weight: 5
# - name: Newsletter
# identifier: newsletter
# url: https://jarmos.ck.page/newsletter
# weight: 6
markup:
highlight:
# anchorLineNos: true
# codeFences: true
# guessSyntax: true
# lineNos: true
# noClasses: false
# style: "borland"
anchorLineNos: false
codeFences: true
guessSyntax: false
lineNos: true
lineNumbersInTable: true
noClasses: true
style: native