164 lines
4.0 KiB
YAML
164 lines
4.0 KiB
YAML
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: ./favicon.png
|
||
favicon16x16: ./favicon.png
|
||
favicon32x32: ./favicon.png
|
||
apple_touch_icon: ./favicon.png
|
||
safari_pinned_tab: ./favicon.png
|
||
|
||
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, I’m Saurav!"
|
||
Content: >
|
||
I’m a software engineer who enjoys building thoughtful systems and learning how things really work.
|
||
<br /><br />
|
||
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 />
|
||
In my free time, I'm either reading or tinkering with something.
|
||
<br /><br />
|
||
Checkout my [CV](CV.pdf) for my works and projects.
|
||
|
||
#demo
|
||
|
||
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: dev
|
||
url: "https://dev.to/sauravdhakal12/"
|
||
|
||
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"
|