Adde the "Hextra" theme

This commit is contained in:
2025-10-21 09:59:15 +02:00
parent 4d6ffb69e6
commit d6cc3421e3
4 changed files with 9 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
resources/
public/
.hugo_build.lock

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "themes/hextra"]
path = themes/hextra
url = https://github.com/imfing/hextra.git

View File

@@ -1,3 +1,5 @@
baseURL = 'https://little-emulator.org/' baseURL = 'https://little-emulator.org/'
languageCode = 'en-us' languageCode = 'en-us'
title = 'Little Docs' title = 'Little Docs'
theme = 'hextra'

1
themes/hextra Submodule

Submodule themes/hextra added at 3551a56b8c