diff --git a/src/components/Card-noimg.astro b/src/components/Card-noimg.astro deleted file mode 100755 index 599a55f..0000000 --- a/src/components/Card-noimg.astro +++ /dev/null @@ -1,61 +0,0 @@ ---- -interface Props { - title: string; - body: string; - href: string; -} - -const { href, title, body } = Astro.props; ---- - - - diff --git a/src/components/Card.astro b/src/components/Card.astro deleted file mode 100755 index 732fbef..0000000 --- a/src/components/Card.astro +++ /dev/null @@ -1,66 +0,0 @@ ---- -interface Props { - title: string; - body: string; - href: string; - source: string; - alt: string; -} - -const { href, title, body, source, alt } = Astro.props; ---- - - - diff --git a/src/components/Footer.astro b/src/components/Footer.astro index bbee544..f9eeb33 100755 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -71,5 +71,6 @@ const today = new Date();

El. Psy. Kongroo.

+ Site Info
diff --git a/src/components/Header.astro b/src/components/Header.astro index 3bad200..654a185 100755 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -18,11 +18,18 @@ import { SITE_TITLE } from "../consts"; Projects + + +
diff --git a/src/pages/blog/index.astro b/src/pages/blog/index.astro index 0b52d4e..e8f88c2 100644 --- a/src/pages/blog/index.astro +++ b/src/pages/blog/index.astro @@ -1,6 +1,4 @@ --- -import BlogCard from "../../components/Card-Blog.astro"; -import Card from "../../components/Card.astro" import Layout from "../../layouts/Layout.astro"; import { getCollection } from "astro:content"; @@ -9,36 +7,32 @@ const posts = (await getCollection("blog")).sort( ); --- -
-
-

The Blog Posts

-

This is where I post things and stuff, eventually...

-

This list is in chronological order oldest first, newest last

-

I think I may add a button that shows latest post at the top under rss, we'll see.

-
-
- -
- { - posts.map((post) => ( - <> - - - )) - } -
-
-
\ No newline at end of file +

The Blog Posts

+

+ This is where I post things and stuff, eventually... +

+

This list is in chronological order oldest first, newest last

+

+ I think I may add a button that shows latest post at the top under + rss, we'll see. +

+
+

RSS Feed

+
+ { + posts.map((post) => ( + <> + + + )) + } + + + diff --git a/src/pages/boilerplate.astro b/src/pages/boilerplate.astro index 4ae3693..8a310df 100755 --- a/src/pages/boilerplate.astro +++ b/src/pages/boilerplate.astro @@ -1,6 +1,5 @@ --- import Layout from "../layouts/Layout.astro"; -import Card from "../components/Card.astro"; --- diff --git a/src/pages/buttons.astro b/src/pages/buttons.astro index d575ca9..cbf5d98 100644 --- a/src/pages/buttons.astro +++ b/src/pages/buttons.astro @@ -1,6 +1,5 @@ --- import Layout from "../layouts/Layout-nochrome.astro"; -import Card from "../components/Card-noimg.astro"; --- diff --git a/src/pages/index.astro b/src/pages/index.astro index 9466cae..8cf4e6f 100755 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,6 +1,5 @@ --- import Layout from "../layouts/Layout.astro"; -import Card from "../components/Card.astro"; --- @@ -9,12 +8,12 @@ import Card from "../components/Card.astro";

LimePotato

-

Welcome to my weird little spot of the universe :3

+

Welcome to my weird little spot of the internet :3

+
-

Some Ambience?

diff --git a/src/pages/nochrome.astro b/src/pages/nochrome.astro index 0d48348..395177a 100644 --- a/src/pages/nochrome.astro +++ b/src/pages/nochrome.astro @@ -1,41 +1,53 @@ --- import Layout from "../layouts/Layout-nochrome.astro"; -import Card from "../components/Card-noimg.astro"; ---
-
-

You Are Using a Chromium-based Browser.

-

+
+

You Are Using a Chromium-based Browser.

+

There are many reasons not to use chrome (as well as base firefox), consider using an alternative browser.


-

diff --git a/src/pages/services.astro b/src/pages/services.astro new file mode 100644 index 0000000..f89a152 --- /dev/null +++ b/src/pages/services.astro @@ -0,0 +1,33 @@ +--- +import Layout from "../layouts/Layout.astro"; +--- + + +
+
+

Services

+

Here is a list of services that I host, and can be used.

+

Experiencing Downtimes?

+ +
+
+
diff --git a/src/pages/site-info.astro b/src/pages/site-info.astro index 01f5f4c..076ee98 100644 --- a/src/pages/site-info.astro +++ b/src/pages/site-info.astro @@ -1,8 +1,28 @@ --- import Layout from "../layouts/Layout.astro"; -import Card from "../components/Card.astro"; --- - -
+ +
+
+

Site Information

+
+

Credits

+
    +
  • Uh, God And My Country
  • +
  • All the cool creatures in my Friendly Buttons section
  • +
+
+

Privacy

+
    +
  • I dont do shit with your data!
  • +
+
+

Frameworks n' Stuff

+ +
+