English | 简体中文
Simple personal homepage using Astro that comes with a simple blog feature.
- Homepage: Display personal information and projects.
- Blog: Write and publish blog posts with markdown.
- Fork this repository.
- Add a new project and import the repository.
- Deploy the project.
# Clone the repository
git clone https://github.com/OrzMiku/personal-profile.git
# Install dependencies
# bun is used as the package manager: https://bun.sh/
bun install
# Start the development server
bun dev
src/config.ts
- Configuration file for the site.src/content/data/projects.yml
- Projects data.src/content/data/socials.yml
- Social media links.
src/content/posts
- Blog posts are stored here.