feat: Added favicon and CV
This commit is contained in:
24
hugo.yaml
24
hugo.yaml
@@ -52,11 +52,11 @@ params:
|
||||
assets:
|
||||
# disableHLJS: true # to disable highlight.js
|
||||
# disableFingerprinting: true
|
||||
favicon: "<link / abs url>"
|
||||
favicon16x16: "<link / abs url>"
|
||||
favicon32x32: "<link / abs url>"
|
||||
apple_touch_icon: "<link / abs url>"
|
||||
safari_pinned_tab: "<link / abs url>"
|
||||
favicon: ./favicon.png
|
||||
favicon16x16: ./favicon.png
|
||||
favicon32x32: ./favicon.png
|
||||
apple_touch_icon: ./favicon.png
|
||||
safari_pinned_tab: ./favicon.png
|
||||
|
||||
label:
|
||||
text: "SauravDhakal"
|
||||
@@ -82,17 +82,21 @@ params:
|
||||
Content: >
|
||||
I’m a software engineer who enjoys building thoughtful systems and learning how things really work.
|
||||
<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 />
|
||||
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:
|
||||
- name: github
|
||||
url: "https://github.com/sauravdhakal12"
|
||||
- name: gitea
|
||||
url: "https://gitea.sauravdhakal.com.np/explore"
|
||||
- name: linkedin
|
||||
url: "https://www.linkedin.com/in/saurav-dhakal-9a8b27220/"
|
||||
- name: x
|
||||
url: "https://x.com/s0x1495"
|
||||
- name: dev
|
||||
url: "https://dev.to/sauravdhakal12/"
|
||||
|
||||
analytics:
|
||||
google:
|
||||
@@ -150,8 +154,6 @@ markup:
|
||||
# guessSyntax: true
|
||||
# lineNos: true
|
||||
# style: monokai
|
||||
|
||||
|
||||
googleAnalytics: "G-V0CXG8ZEG2"
|
||||
|
||||
services:
|
||||
|
||||
Reference in New Issue
Block a user