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.json
while 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:
fork
andclone
it- run
yarn
to install dependencies - modify
package.json
with 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 start
to generatelist.json
and 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