diff --git a/assets/favicon.png b/assets/favicon.png new file mode 100644 index 0000000..8399fdc Binary files /dev/null and b/assets/favicon.png differ diff --git a/hugo.yaml b/hugo.yaml index c2b0bb8..07d2505 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -52,11 +52,11 @@ params: assets: # disableHLJS: true # to disable highlight.js # disableFingerprinting: true - favicon: "" - favicon16x16: "" - favicon32x32: "" - apple_touch_icon: "" - safari_pinned_tab: "" + 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.

- 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.

- Checkout my [CV](files/CV.pdf) for my works and projects. + In my free time, I'm either reading or tinkering with something. +

+ 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: diff --git a/static/CV.pdf b/static/CV.pdf new file mode 100644 index 0000000..90b5410 Binary files /dev/null and b/static/CV.pdf differ diff --git a/static/favicon.png b/static/favicon.png new file mode 100644 index 0000000..8399fdc Binary files /dev/null and b/static/favicon.png differ