Add Netlify status badge and more instructions
This commit is contained in:
@@ -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!
|
[](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`!
|
||||||
|
|
||||||
[](https://app.netlify.com/start/deploy?repository=https://github.com/cassidoo/blahg)
|
[](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!
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user