2
1
Fork 0

initial commit

This commit is contained in:
outfoxxed 2024-02-12 04:07:01 -08:00
commit 27b3274027
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
25 changed files with 1696 additions and 0 deletions

36
hugo.toml Normal file
View file

@ -0,0 +1,36 @@
baseURL = "https://example.org/"
languageCode = "en-us"
title = "QuickShell"
theme = "hextra"
[params.theme]
default = "dark"
displayToggle = true
[params.search]
enable = true
type = "flexsearch"
flexsearch.index = "content"
[markup] # required by theme to render properly
goldmark.renderer.unsafe = true
highlight.noClasses = false
[[menu.sidebar]]
name = "QtQuick Type Reference ↗"
url = "https://doc.qt.io/qt-6/qtquick-qmlmodule.html"
[[menu.main]]
name = "Docs"
pageRef = "/docs"
weight = 1
[[menu.main]]
name = "Types"
pageRef = "/docs/types"
weight = 2
[[menu.main]]
name = "Search"
weight = 3
params.type = "search"