theapplegates / astro-blog-template

Personal Blog Template Powered by Astro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Astro Blog Template

Screenshot

πŸ‘‰ Check out the ✨ Live Demo ✨

πŸ‘©β€πŸš€ Getting Started

Locally

npm init astro -- --template Charca/astro-blog-template

On StackBlitz

Open in StackBlitz

✨ Features:

  • βœ… Astro 1.0
  • βœ… Dark Mode
  • βœ… Full Markdown support
  • βœ… SEO-friendly setup with canonical URLs and OpenGraph data
  • βœ… RSS 2.0 generation
  • βœ… Sitemap.xml generation

πŸš€ Project Structure

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

/
β”œβ”€β”€ public/
β”‚   β”œβ”€β”€ robots.txt
β”‚   └── favicon.ico
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ components/
β”‚   β”‚   └── Tour.astro
β”‚   └── pages/
β”‚       └── index.astro
└── package.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:3030
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying

πŸ‘€ Want to learn more?

Feel free to check Astro's documentation or jump into Astro's Discord server.

About

Personal Blog Template Powered by Astro

License:MIT License


Languages

Language:Astro 60.5%Language:CSS 26.1%Language:Svelte 9.9%Language:JavaScript 2.2%Language:TypeScript 1.4%