Compare commits
3 Commits
b03e2039d1
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 4282d575be | |||
| dbe3d5cdd2 | |||
| d8946158b0 |
@@ -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 }}
|
||||
|
||||
@@ -1,12 +1,3 @@
|
||||
# [0.12.0](http://gitea-http.gitea:3000/alexlebens/site-documentation/compare/0.11.0...0.12.0) (2026-03-30)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add more apps ([e13f3e3](http://gitea-http.gitea:3000/alexlebens/site-documentation/commit/e13f3e30e2a73a712008f65cc5932cbe1e71adb2))
|
||||
* add more apps ([ef4ff67](http://gitea-http.gitea:3000/alexlebens/site-documentation/commit/ef4ff67818d2758e21b9f0076519ca9221f74bb0))
|
||||
* add more apps ([32eacf8](http://gitea-http.gitea:3000/alexlebens/site-documentation/commit/32eacf8df7cd07eaf33a46d9df88e22f22d0cbf6))
|
||||
|
||||
# [0.11.0](http://gitea-http.gitea:3000/alexlebens/site-documentation/compare/0.10.0...0.11.0) (2026-03-27)
|
||||
|
||||
|
||||
|
||||
@@ -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({
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "site-documentation",
|
||||
"type": "module",
|
||||
"version": "0.12.0",
|
||||
"version": "0.11.0",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
|
||||
15
src/content/docs/applications/homepage.mdx
Normal file
15
src/content/docs/applications/homepage.mdx
Normal 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
|
||||
---
|
||||
Reference in New Issue
Block a user