Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rodneylab/astro-blog-markdown
Starter for a fast Astro blog using Markdown and a spot of Svelte
https://github.com/rodneylab/astro-blog-markdown
astro blog markdown starter svelte
Last synced: 3 days ago
JSON representation
Starter for a fast Astro blog using Markdown and a spot of Svelte
- Host: GitHub
- URL: https://github.com/rodneylab/astro-blog-markdown
- Owner: rodneylab
- License: bsd-3-clause
- Created: 2022-03-30T17:37:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T07:10:13.000Z (3 months ago)
- Last Synced: 2024-08-08T08:51:19.345Z (3 months ago)
- Topics: astro, blog, markdown, starter, svelte
- Language: Svelte
- Homepage:
- Size: 2.51 MB
- Stars: 30
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
Astro Blog Markdown# astro-blog-markdown
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/rodneylab/astro-blog-markdown)
[![Netlify Status](https://api.netlify.com/api/v1/badges/ba727efb-61da-4338-94fa-15cf51fdd924/deploy-status)](https://app.netlify.com/sites/jazzy-pixie-b363bf/deploys)
Starter for accessible, fast and SEO friendly Astro blog using a spot of Svelte.
See post on
how
to get up and running on the Astro blog starter. For more on the Picture component (used in this repo) and how to add responsive image to your Markdown-based content site using Astro Content Collections, see the Astro Picture Component post.# Astro Blog Markdown
```
pnpm create astro@latest -- --rodneylab/astro-blog-markdown
cp .env.EXAMPLE .env
pnpm run dev
```## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :----------------------------- | :------------------------------------------- |
| `pnpm install` | Installs dependencies |
| `pnpm astro telemetry disable` | Disable data collection |
| `pnpm run dev` | Starts local dev server at `localhost:3000` |
| `pnpm run build` | Build your production site to `./dist/` |
| `pnpm run preview` | Preview your build locally, before deploying |Feel free to jump into the
[Rodney Lab matrix chat room](https://matrix.to/#/%23rodney:matrix.org).