Skip to content

Commit

Permalink
refactor: remove old data
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Apr 1, 2024
1 parent ff65f0c commit 851a96a
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 925 deletions.
9 changes: 2 additions & 7 deletions src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ export const SITE: Site = {

export const HOME: Metadata = {
TITLE: "Home",
DESCRIPTION: "Astro Nano is a minimal and lightweight blog and portfolio.",
DESCRIPTION:
"We're a group of CTF enthusiasts from Slovakia and Czechia who enjoy the challenge of solving security problems.",
};

export const BLOG: Metadata = {
Expand All @@ -21,12 +22,6 @@ export const CTFS: Metadata = {
DESCRIPTION: "A collection of CTFs We have participated in.",
};

export const PROJECTS: Metadata = {
TITLE: "Projects",
DESCRIPTION:
"A collection of my projects, with links to repositories and demos.",
};

export const SOCIALS: Socials = [
{
NAME: "github",
Expand Down
73 changes: 0 additions & 73 deletions src/content/blog/01-getting-started/index.md

This file was deleted.

59 changes: 0 additions & 59 deletions src/content/blog/02-blog-collection/index.md

This file was deleted.

61 changes: 0 additions & 61 deletions src/content/blog/03-projects-collection/index.md

This file was deleted.

61 changes: 0 additions & 61 deletions src/content/blog/04-work-collection/index.md

This file was deleted.

Loading

0 comments on commit 851a96a

Please sign in to comment.