1
0
Fork 0
9x0rg.com/config.yml

114 lines
2.5 KiB
YAML
Raw Normal View History

2022-01-10 02:27:25 +01:00
baseURL: "https://wonderfall.dev/"
2022-01-02 23:19:50 +01:00
languageCode: en-us
title: "Wonder's Lab"
2022-07-23 04:31:56 +02:00
theme: WonderMod
2022-07-23 04:44:46 +02:00
copyright: '[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)'
2022-01-02 23:19:50 +01:00
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
2022-01-02 23:42:40 +01:00
permalinks:
2022-01-02 23:44:31 +01:00
posts: "/:filename"
2022-01-02 23:42:40 +01:00
2022-01-02 23:19:50 +01:00
minify:
disableXML: true
minifyOutput: true
params:
env: production
title: "Wonder's Lab"
description: "Thoughts and research on security, privacy and pharmacology."
keywords: [Blog, Research, Security, Privacy]
author: Wonderfall
DateFormat: "January 2, 2006"
2022-03-21 05:51:25 +01:00
defaultTheme: dark # dark, light
2022-07-23 04:36:38 +02:00
disableThemeToggle: false
2022-01-02 23:19:50 +01:00
ShowReadingTime: true
2022-01-03 01:27:30 +01:00
ShowShareButtons: false
2022-01-02 23:19:50 +01:00
ShowPostNavLinks: true
ShowBreadCrumbs: true
2022-07-23 04:36:38 +02:00
ShowCodeCopyButtons: true
2022-07-28 17:00:23 +02:00
ShowFullTextinRSS: true
2022-01-02 23:19:50 +01:00
disableSpecial1stPost: false
2022-07-23 04:36:38 +02:00
disableScrollToTop: false
2022-01-02 23:19:50 +01:00
comments: false
hidemeta: false
hideSummary: false
2022-01-03 18:04:09 +01:00
showtoc: true
2022-01-02 23:19:50 +01:00
tocopen: false
2022-03-21 06:00:03 +01:00
assets:
2022-07-24 02:09:35 +02:00
disableHLJS: true
2022-07-31 01:54:55 +02:00
disableFingerprinting: false
2022-03-21 06:00:03 +01:00
2022-01-02 23:19:50 +01:00
homeInfoParams:
Title: "Hi there. I'm a bug on the Internet."
Content: Thoughts and research on security, privacy, and pharmacology.
socialIcons:
- name: twitter
url: "https://twitter.com/w0nderfall"
- name: mastodon
2022-03-18 18:13:55 +01:00
url: "https://mastoid.dev"
2022-01-02 23:19:50 +01:00
- name: matrix
2022-03-29 00:59:24 +02:00
url: "https://matrix.to/#/@wonderfall:lysergide.dev"
2022-01-02 23:19:50 +01:00
- name: github
url: "https://github.com/Wonderfall"
- name: rss
url: /index.xml
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:
2022-01-03 00:30:38 +01:00
URL: "https://github.com/Wonderfall/wonderfall.github.io/blob/main/content"
Text: "Source code" # edit text
2022-01-02 23:19:50 +01:00
appendFilePath: true # to append file path to Edit link
2022-07-29 02:20:24 +02:00
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
keys: ["title", "summary"]
#Enabling Search
outputs:
home:
- HTML
- RSS
- JSON # is necessary
2022-07-24 01:33:57 +02:00
markup:
highlight:
style: dracula
2022-07-24 02:09:35 +02:00
lineNos: false
2022-07-24 01:33:57 +02:00
noClasses: false
guessSyntax: true
2022-01-02 23:19:50 +01:00
menu:
main:
- identifier: tags
name: tags
url: /tags/
weight: 10
2022-01-10 21:27:04 +01:00
- identifier: about
name: about
url: /about/
weight: 20
2022-07-29 02:20:24 +02:00
- identifier: Search
name: search
url: /search/
weight: 30
2022-01-02 23:19:50 +01:00
- identifier: french
2022-01-10 23:26:30 +01:00
name: french
2022-01-02 23:19:50 +01:00
url: https://wonderfall.space
weight: 99