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 }) {

15
src/pages/deleted-post.md Normal file
View File

@ -0,0 +1,15 @@
---
title: This post was removed
description: A message about removed content
hide_table_of_contents: true
---
# You probably got here visiting a link somewhere on the internet
Sorry to say, but this post was removed because of one of the reasons (or because of all of them):
- It was critically outdated
- It was misleading
- It was stupid
- It has no historical value
You can check my [other blog posts](/blog) or start from the [home page](/).

View File

@ -13,9 +13,9 @@ function HomepageHeader() {
<header className={clsx('hero hero--primary', styles.heroBanner)}>
<div className="container">
<Heading as="h1" className="hero__title">
{siteConfig.title}
Yehor Vialov
</Heading>
<p className="hero__subtitle">{siteConfig.tagline}</p>
<p className="hero__subtitle">Public Profiles</p>
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"

View File

@ -1,7 +0,0 @@
---
title: Markdown page example
---
# Markdown page example
You don't need React to write simple standalone pages.