wuyuxuan's blog with React
the website is running on here
- blog: this website contains a blog system without backend by writing descriptions into
list.jsonwhile compiling - markdown: this website uses a markdown interpreter to translate markdown into React component in real time
to use this project as your own blog, follow the following steps:
forkandcloneit- run
yarnto install dependencies - modify
package.jsonwith you own info, especiallyrepository.url - run
git rm public/markdown/*to delete this project's markdown and put your own markdown blog into this folder - run
yarn startto generatelist.jsonand preview - use github actions to deploy, see wu-yu-xuan/deploy-github-pages
- vscode
- react
- ant design
- wu-yu-xuan/web-router
- wu-yu-xuan/react-highlight
- wu-yu-xuan/deploy-github-pages
this website is under MIT license