No description
Find a file
2024-10-19 00:39:44 -04:00
.astro redesign c: 2024-05-28 17:46:33 -04:00
public move cv to subdomain 2024-05-06 00:26:25 -04:00
src fix(header): update cv link 2024-09-14 13:00:53 -04:00
web initial commit 2024-05-05 16:19:04 -04:00
.envrc initial commit 2024-05-05 16:19:04 -04:00
.gitignore feat: the catppuccin update 2024-05-05 18:25:40 -04:00
.gitlab-ci.yml Update .gitlab-ci.yml file 2024-05-10 15:26:51 +00:00
.prettierrc.mjs redesign c: 2024-05-28 17:46:33 -04:00
astro.config.mjs redesign c: 2024-05-28 17:46:33 -04:00
flake.lock initial commit 2024-05-05 16:19:04 -04:00
flake.nix update hydra build 2024-10-19 00:39:44 -04:00
package-lock.json redesign c: 2024-05-28 17:46:33 -04:00
package.json redesign c: 2024-05-28 17:46:33 -04:00
pnpm-lock.yaml update pnpm-lock 2024-05-28 17:52:42 -04:00
README.md initial commit 2024-05-05 16:19:04 -04:00
syntax-theme.json redesign c: 2024-05-28 17:46:33 -04:00
tailwind.config.mjs change color 2024-05-05 18:28:32 -04:00
tsconfig.json initial commit 2024-05-05 16:19:04 -04: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:4321
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.