Add deleted-post page
All checks were successful
Build release image / build (push) Successful in 1m28s
All checks were successful
Build release image / build (push) Successful in 1m28s
This commit is contained in:
parent
822e59ea14
commit
861bdcd686
@ -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
15
src/pages/deleted-post.md
Normal 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](/).
|
@ -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"
|
||||
|
@ -1,7 +0,0 @@
|
||||
---
|
||||
title: Markdown page example
|
||||
---
|
||||
|
||||
# Markdown page example
|
||||
|
||||
You don't need React to write simple standalone pages.
|
Loading…
x
Reference in New Issue
Block a user