My blog, written in Astro
Go to file
Southpaw d2480ead90
/ Deploy to Cloudflare Pages (push) Successful in 1m23s Details
Turns out you need a 404.html on Cloudflare pages
2024-05-11 22:56:01 +01:00
.gitea/workflows Try different install command 2023-09-11 15:17:58 +01:00
.vscode Initial Commit 2022-12-20 10:51:51 +00:00
public Turns out you need a 404.html on Cloudflare pages 2024-05-11 22:56:01 +01:00
src Merge branch 'master' into content-collections 2023-09-11 09:04:34 +01:00
.gitignore .astro is no longer tracked 2023-08-29 20:29:12 +01:00
LICENSE Add License 2022-12-20 13:58:51 +00:00
README.md Initial Commit 2022-12-20 10:51:51 +00:00
astro.config.mjs Ongoing CSS tweaks 2022-12-20 18:13:16 +00:00
bun.lockb Upgrade to Astro 3.3 2023-10-12 18:32:40 +01:00
package.json First draft of rss feed 2023-09-10 21:11:57 +01:00
pnpm-lock.yaml First draft of rss feed 2023-09-10 21:11:57 +01:00
tsconfig.json Update TS config 2023-09-10 12:51:20 +01:00

README.md

Astro Starter Kit: Blog

npm create astro@latest -- --template blog

Open in StackBlitz Open with CodeSandbox

🧑‍🚀 Seasoned astronaut? Delete this file. Have fun!

blog

Features:

  • Minimal styling (make it your own!)
  • 100/100 Lighthouse performance
  • SEO-friendly with canonical URLs and OpenGraph data
  • Sitemap support
  • RSS Feed support
  • Markdown & MDX support

🚀 Project Structure

Inside of your Astro project, you'll see the following folders and files:

├── public/
├── src/
│   ├── components/
│   ├── layouts/
│   └── pages/
├── astro.config.mjs
├── README.md
├── package.json
└── tsconfig.json

Astro looks for .astro or .md files in the src/pages/ directory. Each page is exposed as a route based on its file name.

There's nothing special about src/components/, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.

Any static assets, like images, can be placed in the public/ directory.

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:3000
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro --help Get help using the Astro CLI

👀 Want to learn more?

Check out our documentation or jump into our Discord server.

Credit

This theme is based off of the lovely Bear Blog.