Configured the theme and added the frontpage
All checks were successful
Build and Publish / build (push) Successful in 12s

This commit is contained in:
2025-01-03 15:24:11 +01:00
parent 3d6e1fdf6e
commit 32bf5c419c
5 changed files with 77 additions and 0 deletions

View File

@ -0,0 +1,5 @@
[goldmark.renderer]
unsafe = true
[highlight]
noClasses = false

View File

@ -0,0 +1,15 @@
[[main]]
name = "CPU Documentation"
pageRef = "/docs"
weight = 1
[[main]]
name = "Search"
weight = 2
params.type = "search"
[[main]]
name = "GitHub"
weight = 3
url = "https://github.com/little-emulator"
params.icon = "github"

View File

@ -0,0 +1,26 @@
displayUpdatedDate = true
dateFormat = "January 2, 2006"
[editUrl]
enable = true
base = "https://github.com/little-emulator/docs/edit/main/content"
[page]
width = "wide"
[footer]
displayCopyright = true
[search.flexsearch]
index = "content"
tokenize = "full"
[comments]
enable = true
type = "giscus"
[comments.giscus]
repo = "little-emulator/docs"
repoId = "R_kgDONlBPOg"
category = "Q&A"
categoryId = "DIC_kwDONlBPOs4ClrYh"