Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laoer536/astro-blog
astro-blog
https://github.com/laoer536/astro-blog
Last synced: about 1 month ago
JSON representation
astro-blog
- Host: GitHub
- URL: https://github.com/laoer536/astro-blog
- Owner: laoer536
- Created: 2023-08-17T13:07:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-01T11:51:25.000Z (about 1 year ago)
- Last Synced: 2023-11-01T12:37:30.015Z (about 1 year ago)
- Language: Astro
- Homepage: https://laoer536.github.io/astro-blog/blogs
- Size: 107 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astro blog sample template.
## 🍕 Feature
- Prettier for astro.
- Automatically generate a list of articles along with the article path.
- Typescript support.
- Tailwindcss support.
- Github page.
- Docker support.## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------- | :----------------------------------------------- |
| `pnpm install` | Installs dependencies |
| `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 |
| `pnpm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `pnpm run astro -- --help` | Get help using the Astro CLI |## 👀 Want to learn more?
Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).