Files
Portfolio_Site/hugo.yaml
SauravDhakal 570afd621d
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix: gtag
2026-04-02 09:04:20 +05:45

160 lines
3.8 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
baseURL: "/"
relativeURLs: true
languageCode: en-us
title: Saurav Dhakal
theme: ["PaperMod"]
paginate.paperSize: 1
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
minify:
disableXML: true
minifyOutput: true
Copyright: SauravDhakal
outputs:
home:
- HTML
- RSS
- JSON # necessary for search
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
title: Saurav Dhakal
description: "A personal blog"
keywords: [Blog, Portfolio, SauravDhakal, Saurav, Dhakal, Backend]
author: saurav
# images: ["link or path of image for opengraph, twitter-cards>"]
DateFormat: "January 2, 2006"
defaultTheme: dark # dark, light
disableThemeToggle: true
googleAnalytics: "G-V0CXG8ZEG2"
ShowReadingTime: true
ShowShareButtons: true
ShowPostNavLinks: false
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
ShowWordCount: true
ShowRssButtonInSectionTermList: true
UseHugoToc: true
disableSpecial1stPost: false
disableScrollToTop: false
comments: false
hidemeta: false
hideSummary: false
showtoc: true
tocopen: false
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>"
label:
text: "SauravDhakal"
# profile-mode
profileMode:
enabled: false # needs to be explicitly set
title: ExampleSite
subtitle: "This is subtitle"
imageUrl: "<img location>"
imageWidth: 120
imageHeight: 120
imageTitle: my image
buttons:
- name: Posts
url: posts
- name: Tags
url: tags
# home-info mode
homeInfoParams:
Title: "Hi there \U0001F44B, Im Saurav!"
Content: >
Im 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.
<br /><br />
Checkout my [CV](files/CV.pdf) for my works and projects.
socialIcons:
- name: github
url: "https://github.com/sauravdhakal12"
- name: linkedin
url: "https://www.linkedin.com/in/saurav-dhakal-9a8b27220/"
- name: x
url: "https://x.com/s0x1495"
analytics:
google:
SiteVerificationTag: ""
cover:
hidden: true # hide everywhere but not in structured data
hiddenInList: true # hide on list pages and home
hiddenInSingle: true # hide on single page
# editPost:
# URL: "https://github.com/<path_to_repo>/content"
# Text: "Suggest Changes" # edit text
# appendFilePath: true # to append file path to Edit link
# for search
# https://fusejs.io/api/options.html
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
limit: 10 # refer: https://www.fusejs.io/api/methods.html#search
keys: ["title", "permalink", "summary", "content"]
menu:
main:
- identifier: posts
name: Posts
url: /posts/
weight: 10
- identifier: notes
name: Notes
url: /notes/
weight: 20
- identifier: tags
name: Tags
url: /tags/
weight: 30
- identifier: search
name: Search
url: /search/
weight: 40
# Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma
pygmentsUseClasses: true
markup:
goldmark:
renderer:
unsafe: true
highlight:
noClasses: false
# anchorLineNos: true
# codeFences: true
# guessSyntax: true
# lineNos: true
# style: monokai
googleAnalytics: "G-V0CXG8ZEG2"
services:
googleAnalytics:
id: "G-V0CXG8ZEG2"