From 98b0a8c683b5c34a736ea2c0d65da4e1a390b0f0 Mon Sep 17 00:00:00 2001 From: Thilo Hohlt <123883702+thiloho@users.noreply.github.com> Date: Sun, 28 May 2023 17:13:12 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5861ff8..3f0eeb5 100644 --- a/README.md +++ b/README.md @@ -33,13 +33,13 @@ Replace the domain specified for the `site` property in the `astro.config.ts` fi site: "https://aurora.thilohohlt.com" ``` -Change the `title` and `description` props in `index.astro` to match your website: +Change the `title` and `description` props in `/src/pages/index.astro` to match your website's content: ```html ``` -In the components `Head.astro` and `Footer.astro`, replace *Your Name* with your actual name: +For the components `Head.astro` and `Footer.astro`, replace *Your Name* with your actual name: ```html @@ -58,6 +58,6 @@ aurora is a minimal blog theme built with Astro, Svelte and plain CSS. It is foc ... ``` -The cover image (the image people see embedded when you send a link to your website) can be changed by altering the file `public/cover.jpg`. +The cover image (the image people see embedded when you send a link to your website) can be changed by altering the file `/public/cover.jpg`. -Blog articles are created using Astro content collections, images for individual blog posts are stored in `/src/assets/blog-post-name/image-name.jpg`. You can take a look at the example blog posts in this repository to see how it all works out. +Blog articles are created using Astro content collections, images for individual articles are stored in `/src/assets/blog/article-name/image-name.jpg`. You can take a look at the example articles in this repository to see how it all works out.