Welcome to my technical blog, built with Fuwari. This repository contains all the content for the blog.
This blog serves as a personal space to document my journey in software engineering, share insights, and explore various topics in technology, including but not limited to:
- Software Architecture & Design Patterns
- Cloud Computing & DevOps
- Programming Languages (e.g., Python, JavaScript, Go)
- Productivity and Tools for Developers
All commands are run from the root of the project in your terminal.
| Command | Action |
|---|---|
pnpm install && pnpm add sharp |
Installs dependencies. |
pnpm dev |
Starts the local development server at localhost:4321. |
pnpm build |
Builds the production site to ./dist/. |
pnpm preview |
Previews your build locally before deploying. |
pnpm new-post <filename> |
Creates a new blog post. |
pnpm astro ... |
Runs Astro CLI commands like astro add, astro check. |
pnpm astro --help |
Get help using the Astro CLI. |
This project is licensed under the MIT License.