Try out Stack theme

This commit is contained in:
Vezpi 2025-05-04 21:33:59 +02:00
parent be6e2015be
commit b83bf1543a
3 changed files with 64 additions and 39 deletions

3
.gitmodules vendored
View File

@ -4,3 +4,6 @@
[submodule "themes/PaperMod"]
path = themes/PaperMod
url = https://github.com/adityatelange/hugo-PaperMod.git
[submodule "themes/stack"]
path = themes/stack
url = https://github.com/CaiJimmy/hugo-theme-stack.git

View File

@ -1,55 +1,76 @@
baseURL: "https://blog.vezpi.me/"
languageCode: "en-us"
title: "Vezpi Blog"
theme: "PaperMod"
theme: "stack"
frontmatter:
format: "yaml"
params:
mainSections: ["posts"]
sidebar:
compact: false
emoji: "🧠"
footer:
since: 2025
dateFormat:
published: "Jan 2, 2006"
lastUpdated: "Jan 2, 2006"
toc:
enable: true
article:
math: false
toc: true
readingTime: true
lastUpdated: true
comments:
enable: false
outputs:
home:
- HTML
- RSS
- JSON
params:
# Appearance
defaultTheme: auto # auto | dark | light
disableThemeToggle: false # Show dark/light switch
ShowReadingTime: true
ShowLastMod: true
ShowWordCount: false
showtoc: true
tocopen: true
disableComments: true
# Fancy post features
showBreadcrumb: true # Path-like post location at top
showPostNavLinks: false # Next/Previous post links
hideSummary: false # Show summary on list view
comments: false
# Syntax highlighting
assets:
disableHLJS: false
hljsStyle: monokai-sublime # Pick from: https://highlightjs.org/static/demo/
# Social icons (top right or footer)
socialIcons:
- name: "GitHub"
url: "https://github.com/vezpi"
- name: "LinkedIn"
url: "https://linkedin.com/in/vezpi"
# Search (Fuse.js)
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 3
keys: ["title", "permalink", "summary", "content"]
#params:
# # Appearance
# defaultTheme: auto # auto | dark | light
# disableThemeToggle: false # Show dark/light switch
# ShowReadingTime: true
# ShowLastMod: true
# ShowWordCount: false
# showtoc: true
# tocopen: true
# disableComments: true
#
# # Fancy post features
# showBreadcrumb: true # Path-like post location at top
# showPostNavLinks: false # Next/Previous post links
# hideSummary: false # Show summary on list view
# comments: false
#
# # Syntax highlighting
# assets:
# disableHLJS: false
# hljsStyle: monokai-sublime # Pick from: https://highlightjs.org/static/demo/
#
# # Social icons (top right or footer)
# socialIcons:
# - name: "GitHub"
# url: "https://github.com/vezpi"
# - name: "LinkedIn"
# url: "https://linkedin.com/in/vezpi"
#
# # Search (Fuse.js)
# fuseOpts:
# isCaseSensitive: false
# shouldSort: true
# location: 0
# distance: 1000
# threshold: 0.4
# minMatchCharLength: 3
# keys: ["title", "permalink", "summary", "content"]
menu:
main:

1
themes/stack Submodule

@ -0,0 +1 @@
Subproject commit 9e6b7b22a9d47478a72287bcdc29e885dcd8f359