Add deleted-post page
All checks were successful
Build release image / build (push) Successful in 1m28s

This commit is contained in:
yehor
2025-05-21 10:41:18 +03:00
parent 822e59ea14
commit 861bdcd686
4 changed files with 27 additions and 20 deletions

View File

@@ -3,16 +3,6 @@ import Heading from '@theme/Heading';
import styles from './styles.module.css';
const FeatureList = [
{
title: 'HomeLab Documented',
link: 'docs/homelab',
Svg: require('@site/static/img/homelab.svg').default,
description: (
<>
Here I'm trying my best in documenting my home servers and services.
</>
),
},
{
title: 'Blog',
link: 'blog',
@@ -23,7 +13,16 @@ const FeatureList = [
</>
),
},
{
title: 'HomeLab Documented',
link: 'docs/homelab',
Svg: require('@site/static/img/homelab.svg').default,
description: (
<>
Here I'm trying my best in documenting my home servers and services.
</>
),
},
];
function Feature({ Svg, title, link, description }) {