3 Commits
0.13.0 ... main

Author SHA1 Message Date
4282d575be ci: set to debug log 2026-03-31 22:11:39 -05:00
dbe3d5cdd2 feat: change code theme
All checks were successful
test-build / guarddog (push) Successful in 24s
test-build / build (push) Successful in 54s
2026-03-31 22:10:15 -05:00
d8946158b0 feat: add homepage
All checks were successful
test-build / guarddog (push) Successful in 39s
test-build / build (push) Successful in 1m0s
2026-03-31 21:17:13 -05:00
3 changed files with 20 additions and 16 deletions

View File

@@ -22,7 +22,7 @@ jobs:
RENOVATE_REPOSITORIES: alexlebens/site-documentation
RENOVATE_GIT_AUTHOR: Renovate Bot <renovate-bot@alexlebens.net>
RENOVATE_REDIS_URL: ${{ vars.RENOVATE_REDIS_URL }}
LOG_LEVEL: info
LOG_LEVEL: debug
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
RENOVATE_GIT_PRIVATE_KEY: ${{ secrets.RENOVATE_GIT_PRIVATE_KEY }}
RENOVATE_GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_COM_TOKEN }}

View File

@@ -6,8 +6,6 @@ import sitemap from '@astrojs/sitemap';
import starlight from "@astrojs/starlight";
import starlightThemeRapide from 'starlight-theme-rapide'
import tailwindcss from '@tailwindcss/vite';
const getSiteURL = () => {
if (process.env.SITE_URL) {
return `https://${process.env.SITE_URL}`;
@@ -29,6 +27,9 @@ export default defineConfig({
customCss: [
'./src/styles/custom.css',
],
expressiveCode: {
themes: ['vitesse-light', 'vitesse-dark'],
},
social: [
{
icon: "external",
@@ -54,21 +55,9 @@ export default defineConfig({
autogenerate: { directory: "applications" },
},
],
}),
})
],
markdown: {
syntaxHighlight: false,
},
plugins: {
'@tailwindcss/postcss': {},
},
vite: {
plugins: [tailwindcss()],
},
output: 'static',
adapter: node({

View File

@@ -0,0 +1,15 @@
---
title: Homepage
description: A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations.
hero:
tagline: A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations.
image:
file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/homepage.webp
actions:
- text: Source
link: https://github.com/gethomepage/homepage
icon: right-arrow
- text: Deployment Chart
link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/homepage
icon: right-arrow
---