https://github.com/woojiahao/blog
Personal blog!
https://github.com/woojiahao/blog
article astro astrojs blog personal-blog software-engineering technical-writing typescript
Last synced: 4 months ago
JSON representation
Personal blog!
- Host: GitHub
- URL: https://github.com/woojiahao/blog
- Owner: woojiahao
- License: mit
- Created: 2022-12-21T01:24:51.000Z (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2025-06-08T09:41:49.000Z (7 months ago)
- Last Synced: 2025-06-08T10:26:18.677Z (7 months ago)
- Topics: article, astro, astrojs, blog, personal-blog, software-engineering, technical-writing, typescript
- Language: Astro
- Homepage: https://blog.woojiahao.com/
- Size: 9.82 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jiahao.blog
Personal blog built with Astro.
## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `yarn install` | Installs dependencies |
| `yarn dev` | Starts local dev server at `localhost:4321` |
| `yarn build` | Build your production site to `./dist/` |
| `yarn preview` | Preview your build locally, before deploying |
| `yarn astro ...` | Run CLI commands like `astro add`, `astro check` |
| `yarn astro -- --help` | Get help using the Astro CLI |