1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2024-09-29 14:02:48 -04:00
privsec.dev/config.yml
Tommy 657bbb0f5b
Initial Hugo Setup
Signed-off-by: Tommy <contact@tommytran.io>
2022-07-16 08:14:16 -04:00

112 lines
2.8 KiB
YAML

baseURL: "https://privsec.dev"
title: PrivSec.dev
paginate: 5
theme: PaperMod
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
minify:
disableXML: true
minifyOutput: true
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
title: PrivSec.dev
description: "A practical approach to privacy and security"
keywords: [Privacy, Security]
author: PrivSec.dev Team
# author: ["Me", "You"] # multiple authors
images: ["<link or path of image for opengraph, twitter-cards>"]
DateFormat: "January 2, 2006"
defaultTheme: auto # dark, light
disableThemeToggle: false
ShowReadingTime: true
ShowShareButtons: true
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: false
ShowWordCount: true
ShowRssButtonInSectionTermList: true
UseHugoToc: true
disableSpecial1stPost: false
disableScrollToTop: false
comments: false
hidemeta: false
hideSummary: false
showtoc: false
tocopen: false
defaultTheme: dark
disableThemeToggle: true
assets:
# disableHLJS: true # to disable highlight.js
# disableFingerprinting: true
favicon: "<link / abs url>"
favicon16x16: "<link / abs url>"
favicon32x32: "<link / abs url>"
apple_touch_icon: "<link / abs url>"
safari_pinned_tab: "<link / abs url>"
label:
text: "PrivSec.dev"
# profile-mode
profileMode:
enabled: true # needs to be explicitly set
title: PrivSec.dev
subtitle: "A practical approach to privacy and security"
socialIcons:
- name: matrix
url: "https://matrix.to/#/#privsec:arcticfoxes.net"
- name: github
url: "https://github.com/PrivSec-dev"
- name: email
url: "mailto:contact@privsec.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://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
keys: ["title", "permalink", "summary", "content"]
menu:
main:
- identifier: Knowledge Base
name: Knowledge Base
url: /Knowledge Base/
weight: 10
- identifier: Operating Systems
name: Operating Systems
url: /os/
weight: 20
- identifier: Software
name: Software
url: /software/
weight: 30
- identifier: Providers
name: Providers
url: /providers/
weight: 40
- identifier: Self Hosting
name: Self Hosting
url: /self-hosting/
weight: 50