diff --git a/public/fonts/CommitMono-400-Italic.otf b/public/fonts/CommitMono-400-Italic.otf new file mode 100644 index 0000000..1f574a0 Binary files /dev/null and b/public/fonts/CommitMono-400-Italic.otf differ diff --git a/public/fonts/CommitMono-400-Regular.otf b/public/fonts/CommitMono-400-Regular.otf new file mode 100644 index 0000000..6797e61 Binary files /dev/null and b/public/fonts/CommitMono-400-Regular.otf differ diff --git a/public/fonts/CommitMono-700-Italic.otf b/public/fonts/CommitMono-700-Italic.otf new file mode 100644 index 0000000..c14f738 Binary files /dev/null and b/public/fonts/CommitMono-700-Italic.otf differ diff --git a/public/fonts/CommitMono-700-Regular.otf b/public/fonts/CommitMono-700-Regular.otf new file mode 100644 index 0000000..3b88e85 Binary files /dev/null and b/public/fonts/CommitMono-700-Regular.otf differ diff --git a/public/fonts/SymbolsNerdFontMono-Regular.ttf b/public/fonts/SymbolsNerdFontMono-Regular.ttf new file mode 100644 index 0000000..7ef73a9 Binary files /dev/null and b/public/fonts/SymbolsNerdFontMono-Regular.ttf differ diff --git a/public/grand-plan-for-my-life-hero.webp b/public/grand-plan-for-my-life-hero.webp deleted file mode 100644 index ff1736f..0000000 Binary files a/public/grand-plan-for-my-life-hero.webp and /dev/null differ diff --git a/src/components/CommandLine.astro b/src/components/CommandLine.astro new file mode 100644 index 0000000..dbef499 --- /dev/null +++ b/src/components/CommandLine.astro @@ -0,0 +1,117 @@ +
+ + + +
+ + diff --git a/src/components/LuaLine.astro b/src/components/LuaLine.astro new file mode 100644 index 0000000..1c9a9f4 --- /dev/null +++ b/src/components/LuaLine.astro @@ -0,0 +1,44 @@ +--- +import Link from "./Link.astro"; +import CommandLine from "./CommandLine.astro"; +--- + +
+ + +
+ + diff --git a/src/layouts/BlogPost.astro b/src/layouts/BlogPost.astro index 6eef9be..227131e 100644 --- a/src/layouts/BlogPost.astro +++ b/src/layouts/BlogPost.astro @@ -10,6 +10,7 @@ type Props = CollectionEntry<"blog">["data"]; const { title, description, pubDate, updatedDate, heroImage } = Astro.props; --- + @@ -41,5 +42,5 @@ const { title, description, pubDate, updatedDate, heroImage } = Astro.props;