From e97a8217bd82f3c912700ec2b183988a4f7a8824 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Thu, 27 Apr 2023 08:48:05 +0200 Subject: [PATCH] Add global styling for post list and article links --- src/pages/blog/index.astro | 3 +- src/pages/index.astro | 100 +++++++++++++++++++------------------ src/styles/global.css | 100 +++++++++++++++++++++++++++++-------- 3 files changed, 133 insertions(+), 70 deletions(-) diff --git a/src/pages/blog/index.astro b/src/pages/blog/index.astro index 77cfc35..6282c3c 100644 --- a/src/pages/blog/index.astro +++ b/src/pages/blog/index.astro @@ -26,11 +26,10 @@ const posts = (

My blog

-
    +
      { posts.map((post) => (
    • - {post.data.title}
    • )) diff --git a/src/pages/index.astro b/src/pages/index.astro index 6df80bb..8cde251 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -14,50 +14,55 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
      -

      Welcome to my website!

      -

      - My name is Maciej, but if you don't know how to - pronounce it, then you can call me Mac. I'm an - eighteen-year-old frontend developer from Poland. - Although I mainly use Vue and Nuxt for - my projects, I'm also familiar with Alpine and Astro. -

      -

      My blog

      -

      - It serves as a means of documenting the development process and inner - workings of my applications. Check out my latest - posts below: -

      - -

      Enjoy my work?

      -

      - If so, then make sure to follow me on GitHub, Twitter, or Mastodon. -

      +
      +

      Welcome to my website

      +

      + My name is Maciej, but if you're not sure how to + pronounce it, then you can call me Mac. I'm an + eighteen-year-old frontend developer from Poland. + Although I mainly use Vue and Nuxt for + my projects, I'm also familiar with Alpine and Astro. +

      +
      +
      +

      My blog

      +

      + It serves as a means of documenting the development process and inner + workings of my applications. Check out the + latest posts below: +

      + +
      +
      +

      Enjoy my work?

      +

      + If so, make sure to follow me on GitHub, Twitter, or Mastodon. +

      +