mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-06-04 14:17:27 +00:00
565597a906
* Update CONTRIBUTING.md * updated the apps page and pics * updated tweaks tab pic * updated features page with pic * updated update page with pic * update win 11 page with pic * update pics for app page * deleted old pics * fix favicon from not showing * added forums link in help * Update hugo.toml * updated title screen pic and added it to the main screen * Update _index.md * added the recommended section to the user guild tweeks * Update _index.md * added the new advance preset * clean up pages * fix links * fixed wikipedia link * Update _index.md
141 lines
2.4 KiB
TOML
141 lines
2.4 KiB
TOML
baseURL = "https://winutil.christitus.com/"
|
|
languageCode = "en-us"
|
|
title = "Winutil Documentation"
|
|
enableGitInfo = true
|
|
canonifyURLs = true
|
|
|
|
[[module.mounts]]
|
|
source = "assets"
|
|
target = "assets"
|
|
|
|
[[module.imports]]
|
|
path = "github.com/imfing/hextra"
|
|
|
|
[[menu.main]]
|
|
identifier = "userguide"
|
|
name = "User Guides"
|
|
pageRef = "/userguide"
|
|
weight = 1
|
|
|
|
[[menu.main]]
|
|
identifier = "documentation"
|
|
name = "Developer Documentation"
|
|
weight = 2
|
|
|
|
[[menu.main]]
|
|
identifier = "contribution-guides"
|
|
name = "Contribution Guides"
|
|
pageRef = "CONTRIBUTING.md"
|
|
weight = 1
|
|
parent = "documentation"
|
|
|
|
[[menu.main]]
|
|
identifier = "developer-documentation"
|
|
name = "Developer Docs"
|
|
pageRef = "/dev"
|
|
weight = 2
|
|
parent = "documentation"
|
|
|
|
[[menu.main]]
|
|
identifier = "help"
|
|
name = "Help"
|
|
weight = 3
|
|
|
|
[[menu.main]]
|
|
identifier = "faq"
|
|
name = "FAQ"
|
|
pageRef = "faq.md"
|
|
weight = 1
|
|
parent = "help"
|
|
|
|
[[menu.main]]
|
|
identifier = "known-issues"
|
|
name = "Known Issues"
|
|
pageRef = "KnownIssues.md"
|
|
weight = 2
|
|
parent = "help"
|
|
|
|
[[menu.main]]
|
|
identifier = "forums"
|
|
name = "Forums"
|
|
url = "https://forum.christitus.com/"
|
|
weight = 3
|
|
parent = "help"
|
|
|
|
[[menu.main]]
|
|
name = "Store"
|
|
url = "https://christitus.com/downloads/"
|
|
weight = 5
|
|
|
|
[[menu.main]]
|
|
name = "Search"
|
|
weight = 6
|
|
|
|
[menu.main.params]
|
|
type = "search"
|
|
|
|
[[menu.main]]
|
|
name = "GitHub"
|
|
weight = 7
|
|
url = "https://github.com/christitustech/Winutil"
|
|
|
|
[menu.main.params]
|
|
icon = "github"
|
|
|
|
[params]
|
|
description = "Chris Titus Tech's Windows Utility - Install Programs, Tweaks, Fixes, and Updates"
|
|
displayUpdatedDate = true
|
|
dateFormat = "January 2, 2006"
|
|
|
|
[params.navbar]
|
|
displayTitle = false
|
|
displayLogo = true
|
|
|
|
[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/winutil"
|
|
weight = 2
|
|
|
|
[[menu.sidebar]]
|
|
name = "Discord Server ↗"
|
|
url = "https://discord.gg/RUbZUZyByQ"
|
|
weight = 3
|
|
|
|
|
|
[markup]
|
|
[markup.goldmark]
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|