From dc6e36f13c8f94b148f6a3ec8378c66e5fd5034a Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 8 Feb 2024 14:29:38 -0500 Subject: Added personal repos; RSS icon on blog --- src/pages/blog/index.astro | 15 +++++++++++++++ src/pages/projects.astro | 9 ++++----- 2 files changed, 19 insertions(+), 5 deletions(-) (limited to 'src/pages') diff --git a/src/pages/blog/index.astro b/src/pages/blog/index.astro index 5e4c619..0acaaee 100644 --- a/src/pages/blog/index.astro +++ b/src/pages/blog/index.astro @@ -3,11 +3,17 @@ import Page from "../../layouts/Page.astro"; import { getCollection } from "astro:content"; import {formatDate} from "../../util"; import "../../styles/cards.css"; +import {Icon} from "astro-icon/components"; const allBlogPosts = (await getCollection('blog')).sort((a, b) => b.data.pubDate.valueOf() - a.data.pubDate.valueOf()); ---
+
+ + + +
{allBlogPosts.map((post) => (
@@ -31,4 +37,13 @@ const allBlogPosts = (await getCollection('blog')).sort((a, b) => b.data.pubDate flex-direction: row; gap: 1em; } + + .header { + display: flex; + flex-direction: row; + justify-content: center; + align-items: center; + gap: 0.5em; + font-size: 3em; + } diff --git a/src/pages/projects.astro b/src/pages/projects.astro index c6fb19b..54cccde 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -26,11 +26,10 @@ import GitHubProjects from "../components/GitHubProjects"; }) }
- -

AleeCorp/Alee Productions GitHub Repositories

- +

Andrew Lee GitHub Repositories

+ +

AleeCorp/Alee Productions GitHub Repositories

+