feat: Added favicon and CV
This commit is contained in:
BIN
assets/favicon.png
Normal file
BIN
assets/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.7 KiB |
24
hugo.yaml
24
hugo.yaml
@@ -52,11 +52,11 @@ params:
|
|||||||
assets:
|
assets:
|
||||||
# disableHLJS: true # to disable highlight.js
|
# disableHLJS: true # to disable highlight.js
|
||||||
# disableFingerprinting: true
|
# disableFingerprinting: true
|
||||||
favicon: "<link / abs url>"
|
favicon: ./favicon.png
|
||||||
favicon16x16: "<link / abs url>"
|
favicon16x16: ./favicon.png
|
||||||
favicon32x32: "<link / abs url>"
|
favicon32x32: ./favicon.png
|
||||||
apple_touch_icon: "<link / abs url>"
|
apple_touch_icon: ./favicon.png
|
||||||
safari_pinned_tab: "<link / abs url>"
|
safari_pinned_tab: ./favicon.png
|
||||||
|
|
||||||
label:
|
label:
|
||||||
text: "SauravDhakal"
|
text: "SauravDhakal"
|
||||||
@@ -82,17 +82,21 @@ params:
|
|||||||
Content: >
|
Content: >
|
||||||
I’m a software engineer who enjoys building thoughtful systems and learning how things really work.
|
I’m a software engineer who enjoys building thoughtful systems and learning how things really work.
|
||||||
<br /><br />
|
<br /><br />
|
||||||
This is my digital garden - notes, projects, and lessons along the way.
|
Here I write about things I learn, find interesting, or want to remember. I'm a self-hosting and cloud enthusiast, actively experimenting with both.
|
||||||
<br /><br />
|
<br /><br />
|
||||||
Checkout my [CV](files/CV.pdf) for my works and projects.
|
In my free time, I'm either reading or tinkering with something.
|
||||||
|
<br /><br />
|
||||||
|
Checkout my [CV](CV.pdf) for my works and projects.
|
||||||
|
|
||||||
socialIcons:
|
socialIcons:
|
||||||
- name: github
|
- name: github
|
||||||
url: "https://github.com/sauravdhakal12"
|
url: "https://github.com/sauravdhakal12"
|
||||||
|
- name: gitea
|
||||||
|
url: "https://gitea.sauravdhakal.com.np/explore"
|
||||||
- name: linkedin
|
- name: linkedin
|
||||||
url: "https://www.linkedin.com/in/saurav-dhakal-9a8b27220/"
|
url: "https://www.linkedin.com/in/saurav-dhakal-9a8b27220/"
|
||||||
- name: x
|
- name: dev
|
||||||
url: "https://x.com/s0x1495"
|
url: "https://dev.to/sauravdhakal12/"
|
||||||
|
|
||||||
analytics:
|
analytics:
|
||||||
google:
|
google:
|
||||||
@@ -150,8 +154,6 @@ markup:
|
|||||||
# guessSyntax: true
|
# guessSyntax: true
|
||||||
# lineNos: true
|
# lineNos: true
|
||||||
# style: monokai
|
# style: monokai
|
||||||
|
|
||||||
|
|
||||||
googleAnalytics: "G-V0CXG8ZEG2"
|
googleAnalytics: "G-V0CXG8ZEG2"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|||||||
BIN
static/CV.pdf
Normal file
BIN
static/CV.pdf
Normal file
Binary file not shown.
BIN
static/favicon.png
Normal file
BIN
static/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.7 KiB |
Reference in New Issue
Block a user