diff --git a/README.md b/README.md index 0f0d1e0..9c7de55 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Cassidy's blog template -Hello, welcome. This is a blog ("blahg" is the proper spelling for Chicagoans), or digital garden, or whatever. It's built with [Astro](https://astro.build), and uses [TinaCMS](https://tina.io) to edit the content! +[![Netlify Status](https://api.netlify.com/api/v1/badges/eab04209-5f7f-41ed-a8dd-c45a9ebb1834/deploy-status)](https://app.netlify.com/sites/blahg/deploys) + +Hello, welcome. This is a blog ("blahg" is the proper spelling for Chicagoans) template. It's built with [Astro](https://astro.build), and uses [TinaCMS](https://tina.io) to edit the content! ## See the blahg @@ -14,9 +16,13 @@ Hello, welcome. This is a blog ("blahg" is the proper spelling for Chicagoans), - Update `astro.config.mjs` with your domain - Edit `src/config.js` - Add your URL in line 1 of `public/robots.txt` +- Add your links in `src/components/Header.astro` +- Update the intro in `pages/about.md` - Edit the images in `public/` (optional) - Edit whatever tags you want in `tina/config.js` (optional) +After this, you can add your content to `src/posts` with Markdown files, or with TinaCMS by going to `yoururl.com/admin`! + [![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/cassidoo/blahg) And finally, please ping me (via social media, or in a GitHub Issue, or whatever) if you use this template! I would love to see your writing and subscribe to your RSS feed! diff --git a/src/components/Header.astro b/src/components/Header.astro index 369db26..314f881 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -14,7 +14,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from "../config";