Skip to content

Commit

Permalink
remove todos
Browse files Browse the repository at this point in the history
  • Loading branch information
Vahor committed May 1, 2024
1 parent 794da08 commit bc1e8d5
Show file tree
Hide file tree
Showing 7 changed files with 65 additions and 84 deletions.
120 changes: 60 additions & 60 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,62 +1,62 @@
{
"name": "vahor.fr",
"version": "2.0.0",
"private": false,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "bunx @biomejs/biome check ./ --apply",
"format:check": "bunx @biomejs/biome format ./",
"lint": "bunx @biomejs/biome lint ./ --apply",
"typecheck": "tsc --noEmit --declaration"
},
"dependencies": {
"@giscus/react": "^3.0.0",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-slot": "^1.0.2",
"@shikijs/transformers": "^1.3.0",
"@shikijs/twoslash": "^1.3.0",
"@t3-oss/env-nextjs": "^0.10.1",
"@vercel/analytics": "^1.2.2",
"@vercel/kv": "^1.0.1",
"@vercel/speed-insights": "^1.0.10",
"@xmldom/xmldom": "^0.8.10",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"contentlayer2": "^0.4.4",
"date-fns": "^3.6.0",
"framer-motion": "^11.1.7",
"fuse.js": "^7.0.0",
"lucide-react": "^0.372.0",
"next": "^14.2.3",
"next-contentlayer2": "^0.4.4",
"next-themes": "^0.3.0",
"react": "^18",
"react-dom": "^18",
"rehype-pretty-code": "^0.13.1",
"rehype-slug": "^6.0.0",
"remark-custom-header-id": "^0.1.0",
"remark-gfm": "^4.0.0",
"shiki": "^1.3.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^3.1.0",
"xpath": "^0.0.34",
"zod": "^3.23.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@biomejs/biome": "1.7.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"remark-code-import": "^1.2.0",
"schema-dts": "^1.1.2",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
"name": "vahor.fr",
"version": "2.0.0",
"private": false,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "bunx @biomejs/biome check ./ --apply",
"format:check": "bunx @biomejs/biome format ./",
"lint": "bunx @biomejs/biome lint ./ --apply",
"typecheck": "tsc --noEmit --declaration"
},
"dependencies": {
"@giscus/react": "^3.0.0",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-slot": "^1.0.2",
"@shikijs/transformers": "^1.3.0",
"@shikijs/twoslash": "^1.3.0",
"@t3-oss/env-nextjs": "^0.10.1",
"@vercel/analytics": "^1.2.2",
"@vercel/kv": "^1.0.1",
"@vercel/speed-insights": "^1.0.10",
"@xmldom/xmldom": "^0.8.10",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"contentlayer2": "^0.4.4",
"date-fns": "^3.6.0",
"framer-motion": "^11.1.7",
"fuse.js": "^7.0.0",
"lucide-react": "^0.372.0",
"next": "^14.2.3",
"next-contentlayer2": "^0.4.4",
"next-themes": "^0.3.0",
"react": "^18",
"react-dom": "^18",
"rehype-pretty-code": "^0.13.1",
"rehype-slug": "^6.0.0",
"remark-custom-header-id": "^0.1.0",
"remark-gfm": "^4.0.0",
"shiki": "^1.3.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^3.1.0",
"xpath": "^0.0.34",
"zod": "^3.23.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@biomejs/biome": "1.7.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"remark-code-import": "^1.2.0",
"schema-dts": "^1.1.2",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}
2 changes: 0 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ export const metadata: Metadata = {
twitter: {
creator: "@vahor_",
card: "summary",
images: ["https://google.com"], // TODO
},
openGraph: {
images: ["https://google.com"], // TODO
locale: "fr_FR",
siteName: "Vahor",
},
Expand Down
6 changes: 3 additions & 3 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ import { UrlBadge } from "@/components/UrlBadge";
import { GithubIcon } from "@/components/icons/Github";
import { JsonLd } from "@/components/jsonld/profile-page";
import { TWITTER_PROFILE } from "@/lib/constants";
import { author } from "@/lib/jsonld";
import { profilePage } from "@/lib/jsonld";
import { allPosts } from "contentlayer/generated";

const postCount = allPosts.length;

export default function Home() {
return (
<main className="py-16 mx-auto container post-content">
<JsonLd jsonLd={author} />
<JsonLd jsonLd={profilePage} />
<h1 className="text-2xl text-black dark:text-white font-semibold mb-8">
Nathan David
</h1>
Expand Down Expand Up @@ -72,7 +72,7 @@ export default function Home() {

<section className="mt-8">
<p>
Vous pouvez me retrouver sur {/* TODO Download SVG and use it here */}
Vous pouvez me retrouver sur
<GithubIcon />{" "}
<UrlBadge
url={TWITTER_PROFILE}
Expand Down
7 changes: 0 additions & 7 deletions src/content/posts/project/pedaki/index.mdx

This file was deleted.

8 changes: 0 additions & 8 deletions src/content/posts/project/pedaki/pedaki.mdx

This file was deleted.

2 changes: 0 additions & 2 deletions src/lib/jsonld.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import {
TWITTER_PROFILE,
} from "./constants";

// TODO: use them

export const author: Person = {
"@type": "Person",
name: "Nathan David",
Expand Down
4 changes: 2 additions & 2 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ const config = {
to: { height: "0" },
},
wiggle: {
"0%, 100%": { transform: "rotate(-3deg)" },
"50%": { transform: "rotate(3deg)" },
"0%, 100%": { transform: "rotate(-6deg)" },
"50%": { transform: "rotate(6deg)" },
},
},
animation: {
Expand Down

0 comments on commit bc1e8d5

Please sign in to comment.