feat: Init with clean layout
This commit is contained in:
31
hugo.yaml
31
hugo.yaml
@@ -1,5 +1,5 @@
|
||||
# DEmo
|
||||
baseURL: "https://sauravdhakal.com.np/"
|
||||
baseURL: "/"
|
||||
relativeURLs: true
|
||||
languageCode: en-us
|
||||
title: Saurav Dhakal
|
||||
theme: ["PaperMod"]
|
||||
@@ -77,14 +77,12 @@ params:
|
||||
|
||||
# home-info mode
|
||||
homeInfoParams:
|
||||
Title: "Hi there \U0001F44B, I'm Saurav!"
|
||||
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 /><br />
|
||||
This is my digital garden - notes, projects, and lessons along the way.
|
||||
|
||||
- <br />
|
||||
|
||||
<br /><br />
|
||||
Checkout my [CV](files/CV.pdf) for my works and projects.
|
||||
|
||||
socialIcons:
|
||||
@@ -123,16 +121,27 @@ params:
|
||||
menu:
|
||||
main:
|
||||
- identifier: posts
|
||||
name: posts
|
||||
name: Posts
|
||||
url: /posts/
|
||||
weight: 10
|
||||
- identifier: tags
|
||||
name: tags
|
||||
url: /tags/
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user