My garage on the web
Go to file
dependabot[bot] 0c1356bf16
Bump postcss from 8.4.29 to 8.4.31
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.29 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.29...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-08 02:38:26 +00:00
.frontmatter/database Announce spotifyplaylistarchive.com rewrite 2023-09-20 15:26:08 +02:00
.github/workflows Add GitHub Pages deploy workflow 2023-04-26 10:24:52 +02:00
.vscode Make "item names" bold 2023-09-29 00:44:38 +02:00
public Add section on removing placeholder components 2023-05-24 10:05:46 +02:00
src Make "item names" bold 2023-09-29 00:44:38 +02:00
.gitignore Initial commit from Astro 2023-04-19 19:18:50 +02:00
.markdownlint.json Read categories and tags from different file 2023-08-24 23:17:05 +02:00
astro.config.mjs Change site URL 2023-04-26 10:22:06 +02:00
CNAME Merge branch 'master' of https://github.com/maciejpedzich/maciejpedzi.ch 2020-11-28 00:02:47 +01:00
frontmatter.json Restore missing taxonomy fields 2023-08-23 12:55:06 +02:00
package-lock.json Bump postcss from 8.4.29 to 8.4.31 2023-10-08 02:38:26 +00:00
package.json Migrate to Astro 3.0 2023-08-31 15:50:20 +02:00
README.md Initial commit from Astro 2023-04-19 19:18:50 +02:00
tsconfig.json Initial commit from Astro 2023-04-19 19:18:50 +02:00

Astro Starter Kit: Blog

npm create astro@latest -- --template blog

Open in StackBlitz Open with CodeSandbox Open in GitHub Codespaces

🧑‍🚀 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/
│   ├── content/
│   ├── 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.

The src/content/ directory contains "collections" of related Markdown and MDX documents. Use getCollection() to retrieve posts from src/content/blog/, and type-check your frontmatter using an optional schema. See Astro's Content Collections docs to learn more.

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.