mirror of
https://github.com/JuLi0n21/homepage.git
synced 2026-04-19 23:30:06 +00:00
Compare commits
6 Commits
5e0f00e1f5
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 3282cc518e | |||
| e772800038 | |||
|
|
cda357a972 | ||
|
|
b13c4e2d86 | ||
| 4d554056a2 | |||
| 5606646ab0 |
1974
package-lock.json
generated
1974
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@@ -12,11 +12,11 @@
|
|||||||
"format": "prettier --write ."
|
"format": "prettier --write ."
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/check": "^0.9.6",
|
"@astrojs/check": "^0.9.8",
|
||||||
"@astrojs/mdx": "^4.3.13",
|
"@astrojs/mdx": "^5.0.3",
|
||||||
"@astrojs/rss": "^4.0.15",
|
"@astrojs/rss": "^4.0.18",
|
||||||
"@astrojs/sitemap": "^3.7.0",
|
"@astrojs/sitemap": "^3.7.2",
|
||||||
"astro": "^5.17.1",
|
"astro": "^6.1.5",
|
||||||
"sharp": "^0.34.3",
|
"sharp": "^0.34.3",
|
||||||
"typescript": "^5.9.3"
|
"typescript": "^5.9.3"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
import { defineCollection, z } from "astro:content";
|
import { defineCollection } from "astro:content";
|
||||||
|
import { z } from "astro/zod";
|
||||||
import { glob } from "astro/loaders";
|
import { glob } from "astro/loaders";
|
||||||
|
|
||||||
const personal = defineCollection({
|
const personal = defineCollection({
|
||||||
|
|||||||
@@ -44,12 +44,16 @@ p, a, ul { color: #b1b4c0}
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style="text-align:left;">
|
<div style="text-align:left;">
|
||||||
#### Server stuff
|
#### Server Stuff
|
||||||
|
|
||||||
<a target="_blank" href='https://github.com/juli0n21/deployments' title="deployments - github"><GithubIcon width="100px" height="100px" /></a>
|
<a target="_blank" href='https://github.com/juli0n21/deployments' title="deployments - github"><GithubIcon width="100px" height="100px" /></a>
|
||||||
<a target="_blank" href="https://argocd.illegalesachen.download/" title="argocd"><img src="https://argo-cd.readthedocs.io/en/stable/assets/logo.png" heigth="100px" width="100px" /></a>
|
<a target="_blank" href="https://argocd.illegalesachen.download/" title="argocd"><img src="https://argo-cd.readthedocs.io/en/stable/assets/logo.png" heigth="100px" width="100px" /></a>
|
||||||
<a target="_blank" href="https://metrics.illegalesachen.download/" title="metrics"><img src="https://grafana.kami.wtf/public/build/img/apple-touch-icon.png" heigth="100px" width="100px" /></a>
|
<a target="_blank" href="https://metrics.illegalesachen.download/" title="metrics"><img src="https://grafana.kami.wtf/public/build/img/apple-touch-icon.png" heigth="100px" width="100px" /></a>
|
||||||
<a target="_blank" href="https://docker-ui.illegalesachen.download/" title="docker-ui"><img src="https://docker-ui.illegalesachen.download/favicon.ico" heigth="100px" width="100px" /></a>
|
<a target="_blank" href="https://docker-ui.illegalesachen.download/" title="docker-ui"><img src="https://docker-ui.illegalesachen.download/favicon.ico" heigth="100px" width="100px" /></a>
|
||||||
|
<a target="_blank" href="https://sso.illegalesachen.download/" title="keycloak"><img src="https://www.keycloak.org/resources/images/icon.svg" heigth="100px" width="100px" /></a>
|
||||||
|
<a target="_blank" href="https://gittea.illegalesachen.download/" title="gittea"><img src="https://about.gitea.com/gitea.svg" heigth="100px" width="100px" /></a>
|
||||||
|
<a target="_blank" href="https://status.illegalesachen.download/" title="uptime-kuma"><img src="https://uptimekuma.org/wp-content/uploads/2025/01/Uptime-Kuma-Logo.png" heigth="100px" width="100px" /></a>
|
||||||
|
<a target="_blank" href="https://web-ui.illegalesachen.download/" title="open-webui"><img src="https://web-ui.illegalesachen.download/static/favicon-dark.png" heigth="100px" width="100px" /></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style="text-align:right;">
|
<div style="text-align:right;">
|
||||||
@@ -71,8 +75,6 @@ p, a, ul { color: #b1b4c0}
|
|||||||
<a target="_blank" href='https://github.com/juli0n21/kickstart.nvim' title="kickstart - github"><GithubIcon width="100px" height="100px" /></a>
|
<a target="_blank" href='https://github.com/juli0n21/kickstart.nvim' title="kickstart - github"><GithubIcon width="100px" height="100px" /></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style="text-align:left;">
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
# Hardware
|
# Hardware
|
||||||
|
|||||||
Reference in New Issue
Block a user