Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
249d51d
Migrate to Doks 1.9
h-enk Mar 23, 2026
aaf6ad7
Add code block to homepage
h-enk Mar 23, 2026
11e8739
Initial content migration and restructuring
h-enk May 12, 2026
1ede939
Add changeset
h-enk May 12, 2026
cffea3e
Enable editPage, lastMod, and enableGitInfo
h-enk May 12, 2026
ef4d1de
Add Hugo Shortcodes
h-enk May 15, 2026
e16d1c0
Update list template
h-enk May 15, 2026
58741bd
Restructure basics section
h-enk May 15, 2026
9c2bbf7
Update pages Advanced and Basics sections
h-enk May 19, 2026
687d73e
Update pages Basics sections
h-enk May 19, 2026
f68bb61
Add DocSearch
h-enk May 21, 2026
3897a33
Disable Content Security Policy for deploy preview
h-enk May 22, 2026
5e2785f
Update homepage
h-enk May 23, 2026
581bfc0
Add new starter images and update templates with previews
h-enk May 26, 2026
774b38b
Update FAQs in homepage with additional details and restructured content
h-enk May 26, 2026
f144b05
Update deployment guides for Netlify, Render, and Vercel with improve…
h-enk May 26, 2026
606dc38
Enhance documentation and styles in Thulite
h-enk May 26, 2026
72a8f40
Add preview sections to various Thulite templates and update Fontsour…
h-enk May 27, 2026
0eaeade
Add preview sections to Thulite templates for enhanced visual guidance
h-enk May 27, 2026
0b8f131
Add "Learn more" sections with links to official deployment guides fo…
h-enk May 27, 2026
6064d9b
Add additional "Learn more" link for shortcode templates in documenta…
h-enk May 27, 2026
d8b0439
Add quicklink SVG and update various documentation resources for clar…
h-enk May 27, 2026
f780dad
Add Menus and Configuration Structure documentation; remove outdated …
h-enk May 27, 2026
30b24bb
Remove unnecessary blank line in Menus documentation and adjust markd…
h-enk May 27, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 5 additions & 0 deletions .changeset/yellow-trams-rush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"docs": minor
---

Migrate from Starlight 0.29.2 to Doks 1.9
25 changes: 6 additions & 19 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,7 @@
# build output
dist/
# generated types
.astro/

# dependencies
node_modules/

# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# environment variables
.env
.env.production

# macOS-specific files
.DS_Store
.netlify
.hugo_build.lock
node_modules
public
resources
hugo_stats.json
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
!.npmrc
!.gitignore
12 changes: 12 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
*.html
*.ico
*.png
*.jp*g
*.toml
*.*ignore
*.svg
*.xml
LICENSE
.npmrc
.gitkeep
*.woff*
19 changes: 19 additions & 0 deletions .prettierrc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Default config
tabWidth: 4
endOfLine: crlf
singleQuote: true
printWidth: 100000
trailingComma: none
bracketSameLine: true
quoteProps: consistent
experimentalTernaries: true

# Overrided config
overrides:
- files: ["*.md", "*.json", "*.yaml"]
options:
tabWidth: 2
singleQuote: false
- files: ["*.scss"]
options:
singleQuote: false
3 changes: 1 addition & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"recommendations": ["astro-build.astro-vscode"],
"unwantedRecommendations": []
"recommendations": ["budparr.language-hugo-vscode", "yzhang.markdown-all-in-one", "tamasfe.even-better-toml", "dbaeumer.vscode-eslint", "DavidAnson.vscode-markdownlint", "stylelint.vscode-stylelint", "thuliteio.hugo-shortcodes"]
}
11 changes: 0 additions & 11 deletions .vscode/launch.json

This file was deleted.

7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"editor.wordWrap": "off",
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"editor.tabSize": 2,
"editor.insertSpaces": true
}
9 changes: 0 additions & 9 deletions CHANGELOG.md

This file was deleted.

21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2020-2026 Thulite

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
16 changes: 16 additions & 0 deletions archetypes/default.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "{{ replace .Name "-" " " | title }}"
description: ""
summary: ""
date: {{ .Date }}
lastmod: {{ .Date }}
draft: true
weight: 999
params:
toc: true
seo:
title: "" # custom title (optional)
description: "" # custom description (recommended)
canonical: "" # custom canonical URL (optional)
robots: "" # custom robot tags (optional)
---
Binary file added assets/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file added assets/images/.gitkeep
Empty file.
Binary file added assets/images/basic-starter.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/bolt-theme.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/bootstrap-starter.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/doks-theme.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/tailwind-css-starter.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 45 additions & 0 deletions assets/js/custom.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
// Put your custom JS code here
// Homepage FAQ accordion: keep only one <details> open at a time.
document.addEventListener("DOMContentLoaded", () => {
const body = document.body;

if (!body.classList.contains("home")) {
return;
}

const faqDetails = document.querySelectorAll(".section-footer details");

if (!faqDetails.length) {
return;
}

let hasOpenDetail = false;
faqDetails.forEach((detail) => {
if (!detail.hasAttribute("open")) {
return;
}

if (!hasOpenDetail) {
hasOpenDetail = true;
return;
}

detail.open = false;
detail.removeAttribute("open");
});

faqDetails.forEach((detail) => {
detail.addEventListener("toggle", () => {
if (!detail.open) {
return;
}

faqDetails.forEach((otherDetail) => {
if (otherDetail !== detail) {
otherDetail.open = false;
otherDetail.removeAttribute("open");
}
});
});
});
});
17 changes: 17 additions & 0 deletions assets/js/docsearch.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import docsearch from '@docsearch/js';

docsearch({
container: '#docsearch',
appId: '70H5139H21',
indexName: 'thulite',
apiKey: '5c2d653189f5d57721370f43d0deba25',
// askAi: 'YOUR_ALGOLIA_ASSISTANT_ID',
insights: true
});

const onClick = function () {
document.getElementsByClassName('DocSearch-Button')[0].click();
};

document.getElementById('searchToggleMobile').onclick = onClick;
document.getElementById('searchToggleDesktop').onclick = onClick;
Loading