CoreControl/docs/index.md

34 lines
853 B
Markdown
Raw Normal View History

2025-04-20 18:44:27 +02:00
---
# https://vitepress.dev/reference/default-theme-home-page
layout: home
hero:
name: "CoreControl"
2025-04-20 19:54:58 +02:00
text: "Manage your server infrastructure"
2025-04-20 18:44:27 +02:00
tagline: My great project tagline
actions:
- theme: brand
2025-04-20 19:54:58 +02:00
text: Install
link: /installation
2025-04-20 18:44:27 +02:00
- theme: alt
2025-04-20 19:54:58 +02:00
text: GitHub
link: https://github.com/crocofied/corecontrol
image:
src: /logo.png
alt: Logo
2025-04-20 18:44:27 +02:00
features:
- title: Feature A
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
- title: Feature B
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
- title: Feature C
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
---
2025-04-20 19:54:58 +02:00
<style>
:root {
--vp-home-hero-image-background-image: linear-gradient(rgba(255,255,255,0.25), rgba(255,255,255,0.25));
--vp-home-hero-image-filter: blur(100px);
}
</style>