131 lines
3.2 KiB
YAML
131 lines
3.2 KiB
YAML
baseURL: "https://apps.zoopa.dev/"
|
|
title: Zoopa.Dev
|
|
paginate: 5
|
|
theme: PaperMod
|
|
|
|
enableInlineShortcodes: true
|
|
enableRobotsTXT: true
|
|
buildDrafts: false
|
|
buildFuture: false
|
|
buildExpired: false
|
|
enableEmoji: true
|
|
pygmentsUseClasses: true
|
|
|
|
minify:
|
|
disableXML: true
|
|
# minifyOutput: true
|
|
|
|
params:
|
|
title: Zoopa.Dev
|
|
description: "My Online Stuff"
|
|
author: ZoopaMario
|
|
# images: ["<link or path of image for opengraph, twitter-cards>"]
|
|
DateFormat: "January 2, 2006"
|
|
defaultTheme: dark # dark, light
|
|
disableThemeToggle: false
|
|
|
|
ShowReadingTime: true
|
|
# ShowShareButtons: true
|
|
ShowPostNavLinks: true
|
|
ShowBreadCrumbs: true
|
|
ShowCodeCopyButtons: true
|
|
ShowWordCount: true
|
|
ShowRssButtonInSectionTermList: true
|
|
UseHugoToc: true
|
|
disableSpecial1stPost: false
|
|
disableScrollToTop: false
|
|
comments: false
|
|
hidemeta: false
|
|
hideSummary: false
|
|
showtoc: false
|
|
tocopen: false
|
|
|
|
assets:
|
|
# disableHLJS: true # to disable highlight.js
|
|
# disableFingerprinting: true
|
|
favicon: "/favicon.ico"
|
|
favicon16x16: "/favicon-16x16.png"
|
|
favicon32x32: "/favicon-32x32.png"
|
|
apple_touch_icon: "/apple-touch-icon.png"
|
|
safari_pinned_tab: "/safari-pinned-tab.svg"
|
|
|
|
label:
|
|
text: " "
|
|
icon: /apple-touch-icon.png
|
|
iconHeight: 35
|
|
|
|
# profile-mode
|
|
profileMode:
|
|
enabled: true # needs to be explicitly set
|
|
title: FOSS Software
|
|
subtitle: "hosted for myself, family and friends"
|
|
imageUrl: "/avatar.png"
|
|
imageWidth: 120
|
|
imageHeight: 120
|
|
imageTitle: my image
|
|
buttons:
|
|
- name: NextCloud
|
|
url: "https://cloud.zoopa.dev/"
|
|
- name: CryptPad
|
|
url: "https://drive.zoopa.dev/"
|
|
- name: Vaultwarden
|
|
url: "https://passwords.zoopa.dev/"
|
|
- name: Immich
|
|
url: "https://img.zoopa.dev/"
|
|
- name: Forgejo
|
|
url: "https://git.zoopa.dev/"
|
|
|
|
# home-info mode
|
|
homeInfoParams:
|
|
Title: "Hi there \U0001F44B"
|
|
Content: Welcome to my blog
|
|
|
|
socialIcons:
|
|
- name: email
|
|
url: "mailto:admin@zoopa.dev"
|
|
|
|
# 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://git.zoopa.dev/ZoopaMario/PiranhaPortal/src/branch/main/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: Apps
|
|
name: Apps
|
|
url: /apps/
|
|
weight: 10
|
|
# - identifier: tags
|
|
# name: tags
|
|
# url: /tags/
|
|
# weight: 20
|
|
# - identifier: example
|
|
# name: example.org
|
|
# url: https://example.org
|
|
# weight: 30
|
|
# Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma
|
|
pygmentsUseClasses: true
|
|
markup:
|
|
highlight:
|
|
noClasses: false
|
|
# anchorLineNos: true
|
|
# codeFences: true
|
|
# guessSyntax: true
|
|
# lineNos: true
|
|
# style: monokai |