diff --git a/astro.config.mjs b/astro.config.mjs index 6bcb407..2d6f9c1 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -47,6 +47,9 @@ export default defineConfig({ "clock-outline", "apple", "google-play", + "code-braces", + "circle", + "open-in-new", ], "simple-icons": [ "gitea", diff --git a/src/components/PostCard.astro b/src/components/PostCard.astro deleted file mode 100644 index 654adbb..0000000 --- a/src/components/PostCard.astro +++ /dev/null @@ -1,65 +0,0 @@ ---- -import type { CollectionEntry } from "astro:content"; -import { Icon } from "astro-icon/components"; -export interface Props { - post: CollectionEntry<"posts">; -} - -const { post } = Astro.props; -const { title, description: blurb, pubDate } = post.data; -const { slug } = post; ---- - -
- {blurb || "No description available."} -
- -- {project.description} -
- - { - project.giteaInfo && - (project.giteaInfo.languages.length > 0 || - project.giteaInfo.updatedAt) && ( - <> - -{project.description}
+ + {/* Languages & Topics */} +- {talk.description} -
- -+ {sortedTalks[0].description} +
+ + +No talks available yet. Check back soon!