mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
Documentation Init
This commit is contained in:
@@ -4,15 +4,18 @@ layout: home
|
||||
|
||||
hero:
|
||||
name: "CoreControl"
|
||||
text: "Dashboard to manage your entire server infrastructure"
|
||||
text: "Manage your server infrastructure"
|
||||
tagline: My great project tagline
|
||||
actions:
|
||||
- theme: brand
|
||||
text: Markdown Examples
|
||||
link: /markdown-examples
|
||||
text: Install
|
||||
link: /installation
|
||||
- theme: alt
|
||||
text: API Examples
|
||||
link: /api-examples
|
||||
text: GitHub
|
||||
link: https://github.com/crocofied/corecontrol
|
||||
image:
|
||||
src: /logo.png
|
||||
alt: Logo
|
||||
|
||||
features:
|
||||
- title: Feature A
|
||||
@@ -23,3 +26,9 @@ features:
|
||||
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
||||
---
|
||||
|
||||
<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>
|
||||
Reference in New Issue
Block a user