Add Netlify status badge and more instructions

This commit is contained in:
Cassidy Williams
2024-05-10 00:15:27 -05:00
parent 310f351b99
commit 90a26b0085
2 changed files with 8 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
# Cassidy's blog template # 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 ## 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 - Update `astro.config.mjs` with your domain
- Edit `src/config.js` - Edit `src/config.js`
- Add your URL in line 1 of `public/robots.txt` - 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 the images in `public/` (optional)
- Edit whatever tags you want in `tina/config.js` (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) [![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! 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!

View File

@@ -14,7 +14,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from "../config";
<nav> <nav>
<HeaderLink href="/">home</HeaderLink> <HeaderLink href="/">home</HeaderLink>
<HeaderLink href="/posts">posts</HeaderLink> <HeaderLink href="/posts">posts</HeaderLink>
<HeaderLink href="https://cassidoo.co">other</HeaderLink> <HeaderLink href="https://cassidoo.co/newsletter">etc</HeaderLink>
</nav> </nav>
<style> <style>
h2 { h2 {