This repo is the source code CHAOS, my personal blog.
CHAOS is a Next.js project bootstrapped
with create-next-app
, and later developed
with TypeScript and Tailwind CSS.
This repo is set as a template (it may need some refactor in the future to be simpler to use though). If you want to use it to create your own blog, just use template to generate your own repo.
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the files. The page will auto-updates as you edit.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out Next.js deployment documentation for more details.
-
Navigation Bar
-
Left Information Block
-
Pages
- Profile
- Articles
- Talks
- Friends (Need a Friend to Test Though😢)
-
Blog Content
- Compile from Markdown to HTML
- Adjusted Style of Components
- Fit Different Resolutions on Desktop Side
- Night Mode
- Article Covers
- Custom Components in Blog
- Custom Blog Meta Info
- Page Division
- Refactor
- Bilingual Support
- Mobile Support
- Search Support
- Sort Modification