shurintou / my_blog

This is my blog project (development).

Home Page:https://shurintou.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my blog

react antd gitalk markdown typescript axios License

🔗URL: https://shurintou.github.io

🏠What is it ?

This is my blog project which was developed by React and bootstrapped with Create React App.

💡Anything special ?

Customized theme

The project can config design theme by using craco, to try this, please modify the craco.config.ts file in the project.

Database-free

All posts of the blog are stored as Github issue, and comments are synchronized by Gitalk.

Trilingual contents

The UI parts of the blog can be displayed in three languages(English, Simplified Chinese and Japanese) by changing the setting, and each languages has its original post contents.

SPA with browserHistory

Though the project is developed as a single page application(SPA), the browserHistory can totally work at each operation you have made, and copying an URL can get the exact same result as the copied one.

filter/search posts

Posts can be filtered by categories(memo, technic, ...), tags(Java, Javascript, ...), and languages(English, Japanese, Chinese), or searched by any keyword you are interested.

🔑How does it work ?

Clone this repository to you local computer and in the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
The app is ready to be deployed and here is the github repository where I store it.

About

This is my blog project (development).

https://shurintou.github.io/

License:MIT License


Languages

Language:TypeScript 98.2%Language:CSS 1.0%Language:HTML 0.8%Language:Less 0.0%