Configured the Hextra theme
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
baseURL = 'https://little-emulator.org/'
|
||||
languageCode = 'en'
|
||||
title = 'Little Emulator'
|
||||
baseURL = "https://little-emulator.org/"
|
||||
languageCode = "en"
|
||||
title = "Little Emulator"
|
||||
|
||||
theme = "hextra"
|
||||
|
||||
enableGitInfo = true
|
||||
|
||||
[outputs]
|
||||
home = [
|
||||
"html",
|
||||
"llms",
|
||||
]
|
||||
|
||||
5
config/_default/markup.toml
Normal file
5
config/_default/markup.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
[goldmark.renderer]
|
||||
unsafe = true
|
||||
|
||||
[highlight]
|
||||
noClasses = false
|
||||
30
config/_default/menu.toml
Normal file
30
config/_default/menu.toml
Normal file
@@ -0,0 +1,30 @@
|
||||
# [[main]]
|
||||
# name = "Learn"
|
||||
# weight = 1
|
||||
# pageRef = "/learn"
|
||||
|
||||
# [[main]]
|
||||
# name = "ISA Documentation"
|
||||
# weight = 2
|
||||
# pageRef = "/isa-docs"
|
||||
|
||||
# [[main]]
|
||||
# name = "Software Documentation"
|
||||
# weight = 3
|
||||
# pageRef = "/docs"
|
||||
|
||||
[[main]]
|
||||
name = "Search"
|
||||
weight = 4
|
||||
params.type = "search"
|
||||
|
||||
[[main]]
|
||||
name = "GitHub"
|
||||
weight = 5
|
||||
url = "https://github.com/little-emulator"
|
||||
params.icon = "github"
|
||||
|
||||
[[main]]
|
||||
name = "Theme Toggle"
|
||||
weight = 6
|
||||
params.type = "theme-toggle"
|
||||
42
config/_default/params.toml
Normal file
42
config/_default/params.toml
Normal file
@@ -0,0 +1,42 @@
|
||||
description = "Some documentation for the Little Emulator project"
|
||||
|
||||
externalLinkDecoration = true
|
||||
|
||||
displayUpdatedDate = true
|
||||
dateFormat = "January 2, 2006"
|
||||
|
||||
[banner]
|
||||
key = "wip"
|
||||
message = "🚧 **Work in Progress!** 🚧"
|
||||
|
||||
[navbar]
|
||||
displayTitle = true
|
||||
displayLogo = true
|
||||
width = "wide"
|
||||
|
||||
[navbar.logo]
|
||||
path = "/favicon.svg"
|
||||
dark = "/favicon-dark.svg"
|
||||
link = "/"
|
||||
width = '40'
|
||||
|
||||
[footer]
|
||||
displayCopyright = true
|
||||
displayPoweredBy = false
|
||||
|
||||
[editUrl]
|
||||
enable = true
|
||||
base = "https://github.com/little-emulator/docs/edit/main/content"
|
||||
|
||||
[page]
|
||||
width = "wide"
|
||||
|
||||
[comments]
|
||||
enable = true
|
||||
type = "giscus"
|
||||
|
||||
[comments.giscus]
|
||||
repo = "little-emulator/docs"
|
||||
repoId = "R_kgDONlBPOg"
|
||||
category = "Q&A"
|
||||
categoryId = "DIC_kwDONlBPOs4ClrYh"
|
||||
4
i18n/en.toml
Normal file
4
i18n/en.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
copyright = """
|
||||
Made by [**Nicola Belluti**](https://nicolabelluti.me) with ❤️ |
|
||||
*[CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license*
|
||||
"""
|
||||
Reference in New Issue
Block a user