Files
ChrisTitusTech_linutil/docs/hugo.toml
Sean (ANGRYxScotsman) 63bb4f4cc0 Linutil website edits (#1221)
* update theme

* Update docs.yaml

* put getting started into a dir
2026-03-05 22:13:21 -06:00

119 lines
1.9 KiB
TOML

baseURL = "https://linutil.christitus.com/"
languageCode = "en-us"
title = "Linutil Documentation"
enableGitInfo = true
canonifyURLs = true
[[module.mounts]]
source = "assets"
target = "assets"
[[module.mounts]]
source = "static"
target = "static"
[[module.mounts]]
source = "../.github"
target = "static"
files = "preview.gif"
[[module.imports]]
path = "github.com/imfing/hextra"
[[menu.main]]
name = "Developer Documentation"
pageRef = "/dev"
weight = 1
[[menu.main]]
name = "User Guides"
pageRef = "/userguide"
weight = 2
[[menu.main]]
name = "Contribution Guides"
pageRef = "CONTRIBUTING.md"
weight = 3
[[menu.main]]
name = "FAQ"
pageRef = "faq.md"
weight = 4
[[menu.main]]
name = "Known Issues"
pageRef = "KnownIssues.md"
weight = 4
[[menu.main]]
name = "Search"
weight = 6
[menu.main.params]
type = "search"
[[menu.main]]
name = "GitHub"
weight = 7
url = "https://github.com/christitustech/linutil"
[menu.main.params]
icon = "github"
[params]
description = "Chris Titus Tech's Linux Utility - Install Programs, Tweaks, Fixes, and Updates"
displayUpdatedDate = true
dateFormat = "January 2, 2006"
[params.navbar]
displayTitle = false
displayLogo = false
[params.navbar.logo]
path = "navlogo.png"
dark = "navlogo.png"
link = "/"
width = 150
height = 50
[params.theme]
default = "system"
displayToggle = true
[params.page]
width = "wide"
[params.footer]
enable = true
displayCopyright = true
displayPoweredBy = false
width = "normal"
[params.highlight.copy]
enable = true
display = "hover"
[menu]
[[menu.sidebar]]
name = "Links"
weight = 1
[menu.sidebar.params]
type = "separator"
[[menu.sidebar]]
name = "Github Repo ↗"
url = "https://github.com/ChrisTitusTech/linutil"
weight = 2
[[menu.sidebar]]
name = "Discord Server ↗"
url = "https://discord.gg/RUbZUZyByQ"
weight = 3
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true