Skip to content

0xinhua/wuxinhua.com

Repository files navigation

wuxinhua.com

Deploy

You can use this template to deploy your own blog on vercel with the link below.

Deploy with Vercel

Feature

Structure

  • lib/* - Short for "library", utils code for external services.
  • scripts/* - Generate rss and sitemap xml.
  • app/* - All pages.
  • components/* - Basic ui components.
  • public/* - Static assets including fonts and images and seo verify file.
  • _posts/* - All markdown posts.

Dev

git clone https://github.com/0xinhua/wuxinhua.com.git my-blog
npm install -g pnpm && cd my-blog && pnpm install
pnpm dev

The blog should be up and running on http://localhost:1024

Prod

pnpm build && pnpm start

MIT License

You can use all the code after removing my personal information and original posts.