https://github.com/traves-theberge/astro_blog_template
https://github.com/traves-theberge/astro_blog_template
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/traves-theberge/astro_blog_template
- Owner: Traves-Theberge
- Created: 2024-06-25T01:52:20.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-08-01T05:43:06.000Z (11 months ago)
- Last Synced: 2025-01-17T21:31:20.685Z (5 months ago)
- Language: Astro
- Homepage:
- Size: 3.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Project Structure
Inside of your Astro project, you'll see the following folders and files:
```text
├── public/
├── src/
│ ├── components/
│ ├── content/
│ ├── layouts/
│ └── pages/
├── astro.config.mjs
├── README.md
├── package.json
└── tsconfig.json
```## 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](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).
## TO DO
-Update Images for blog posts.
-Add tagging system to blog posts.
-Add search function on blog posts.