mirror of
https://gitlab.com/thelazyoxymoron/siddhartha-golu-website.git
synced 2025-07-27 08:57:59 +02:00
Completed migration from hugo-swift-theme to PaperMod
This commit is contained in:
45
config.yml
45
config.yml
@@ -5,26 +5,55 @@ theme: "PaperMod"
|
||||
|
||||
menu:
|
||||
main:
|
||||
- identifier: archive
|
||||
name: Archive
|
||||
url: archives
|
||||
weight: 10
|
||||
- identifier: categories
|
||||
name: Categories
|
||||
url: /categories/
|
||||
weight: 10
|
||||
- identifier: search
|
||||
name: Search
|
||||
url: /search/
|
||||
url: categories
|
||||
weight: 20
|
||||
- identifier: tags
|
||||
name: Tags
|
||||
url: /tags/
|
||||
weight: 30
|
||||
- identifier: search
|
||||
name: Search
|
||||
url: /search/
|
||||
weight: 40
|
||||
|
||||
params:
|
||||
env: production
|
||||
title: The Lazy Oxymoron
|
||||
description: "Siddhartha's digital garden"
|
||||
keywords: [Blog, Portfolio, Minimal, Digital-Garden]
|
||||
author: ["Siddhartha"]
|
||||
defaultTheme: auto # options: light, dark
|
||||
disableThemeToggle: false
|
||||
|
||||
ShowReadingTime: true
|
||||
ShowShareButtons: true
|
||||
ShowPostNavLinks: true
|
||||
ShowBreadCrumbs: true
|
||||
ShowCodeCopyButtons: true
|
||||
disableSpecial1stPost: false
|
||||
disableScrollToTop: false
|
||||
comments: false
|
||||
hidemeta: false
|
||||
hideSummary: false
|
||||
showtoc: false
|
||||
tocopen: false
|
||||
|
||||
cover:
|
||||
hidden: true
|
||||
hiddenInList: true
|
||||
hiddenInSingle: false
|
||||
|
||||
|
||||
profileMode:
|
||||
enabled: true
|
||||
title: "Siddhartha Golu"
|
||||
subtitle: "Welcome to my preferred dumping ground for thoughts."
|
||||
subtitle: "Welcome to my preferred dumping ground for my thoughts."
|
||||
imageUrl: "images/siddhartha.jpg"
|
||||
imageTitle: "My default image everywhere"
|
||||
imageWidth: 120
|
||||
@@ -32,8 +61,8 @@ params:
|
||||
buttons:
|
||||
- name: "About Me"
|
||||
url: about
|
||||
- name: Articles
|
||||
url: articles
|
||||
- name: Posts
|
||||
url: archives
|
||||
|
||||
socialIcons:
|
||||
- name: "Twitter"
|
||||
|
Reference in New Issue
Block a user