generated from nhcarrigan/template
This commit is contained in:
@@ -11,18 +11,18 @@ import type { JSX, ReactNode } from "react";
|
|||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
|
|
||||||
// eslint-disable-next-line new-cap -- This is a function call.
|
// eslint-disable-next-line new-cap -- This is a function call.
|
||||||
const inter = Inter({ subsets: ["latin"] });
|
const inter = Inter({ subsets: [ "latin" ] });
|
||||||
|
|
||||||
const metadata: Metadata = {
|
const metadata: Metadata = {
|
||||||
description: "The personal musings of a transfem software engineer.",
|
description: "The personal musings of a transfem software engineer.",
|
||||||
openGraph: {
|
openGraph: {
|
||||||
images: "https://cdn.nhcarrigan.com/og-image.png",
|
images: "https://cdn.nhcarrigan.com/og-image.png",
|
||||||
},
|
},
|
||||||
title: "Naomi's Blog",
|
title: "Naomi's Blog",
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image",
|
||||||
images: "https://cdn.nhcarrigan.com/og-image.png",
|
images: "https://cdn.nhcarrigan.com/og-image.png",
|
||||||
site: "@naomi_lgbt",
|
site: "@naomi_lgbt",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -49,8 +49,8 @@ const RootLayout = ({
|
|||||||
></Script>
|
></Script>
|
||||||
<link href="https://cdn.nhcarrigan.com/logo.png" rel="icon" sizes="any" />
|
<link href="https://cdn.nhcarrigan.com/logo.png" rel="icon" sizes="any" />
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
|
||||||
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/styles/default.min.css"
|
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/styles/default.min.css"
|
||||||
|
rel="stylesheet"
|
||||||
></link>
|
></link>
|
||||||
<body className={inter.className}>{children}</body>
|
<body className={inter.className}>{children}</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -5,9 +5,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
import Markdown from "react-markdown";
|
import Markdown from "react-markdown";
|
||||||
|
import rehypeHighlight from "rehype-highlight";
|
||||||
import rehypeRaw from "rehype-raw";
|
import rehypeRaw from "rehype-raw";
|
||||||
import remarkGfm from "remark-gfm";
|
import remarkGfm from "remark-gfm";
|
||||||
import rehypeHighlight from "rehype-highlight";
|
|
||||||
import type { JSX } from "react";
|
import type { JSX } from "react";
|
||||||
import { Rule } from "@/components/rule";
|
import { Rule } from "@/components/rule";
|
||||||
import { getPostData } from "@/lib/posts";
|
import { getPostData } from "@/lib/posts";
|
||||||
|
|||||||
Reference in New Issue
Block a user