Add new documents and images to the public directory
All checks were successful
Build and Deploy Gabriel Kaszewski Portfolio / build-and-deploy-local (push) Successful in 1m32s
All checks were successful
Build and Deploy Gabriel Kaszewski Portfolio / build-and-deploy-local (push) Successful in 1m32s
- Added essays: qui-sumus-existential-dread.pdf and licencjat.pdf - Added scripts: loop.pdf - Added images: DSC_1283.avif, GAK00015.avif, GAK00017.avif, GAK00041.avif, GAK00042.avif, painter.avif, parasitic-god-1.avif, parasitic-god-2.avif, parasitic-god-3.avif, parasitic-god-4.avif, parasitic-god-5.avif, spanish-inq-1.avif, spanish-inq-2.avif, spanish-inq-3.avif, spanish-inq-4.avif, typing-game-1.avif, typing-game-2.avif
This commit is contained in:
@@ -1,6 +1,28 @@
|
||||
import { Metadata } from "next";
|
||||
import Image from "next/image";
|
||||
import { ExternalLink, Github } from "lucide-react";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "K-Suite | Gabriel Kaszewski",
|
||||
description:
|
||||
"A cohesive ecosystem of open-source, self-hosted applications designed to restore digital sovereignty to the user.",
|
||||
alternates: {
|
||||
canonical: "https://gabrielkaszewski.dev/k-suite",
|
||||
},
|
||||
openGraph: {
|
||||
title: "K-Suite | Gabriel Kaszewski",
|
||||
description:
|
||||
"A cohesive ecosystem of open-source, self-hosted applications designed to restore digital sovereignty to the user.",
|
||||
url: "https://gabrielkaszewski.dev/k-suite",
|
||||
},
|
||||
twitter: {
|
||||
card: "summary",
|
||||
title: "K-Suite | Gabriel Kaszewski",
|
||||
description:
|
||||
"A cohesive ecosystem of open-source, self-hosted applications designed to restore digital sovereignty to the user.",
|
||||
},
|
||||
};
|
||||
|
||||
interface KSuiteApp {
|
||||
id: number;
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user