Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandonroberts/astro-blog
My personal blog built with https://astro.build
https://github.com/brandonroberts/astro-blog
Last synced: 21 days ago
JSON representation
My personal blog built with https://astro.build
- Host: GitHub
- URL: https://github.com/brandonroberts/astro-blog
- Owner: brandonroberts
- Created: 2021-10-12T15:42:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T03:11:04.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T13:17:23.306Z (about 1 month ago)
- Language: Astro
- Homepage: https://brandonroberts.dev
- Size: 10.1 MB
- Stars: 21
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog
Built with [Astro](https://astro.build)
## Setup
```sh
yarn
```## Serve
```sh
yarn dev
```Navigate to [http://localhost:3000](http://localhost:3000).
## Build
```sh
yarn build
```## Preview Build
```sh
yarn preview
```## Notes
Original blog was built with [Angular](https://angular.io) and [Scully](https://scully.io). See [previous repo](https://github.com/brandonroberts/blog)