Skip to content

WHALEEYE/chaos

Repository files navigation

CHAOS

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.

Create Your Own

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.

Getting Started

You can run this project with yarn (recommended) or npm.

Yarn

This project uses the next version of yarn. Therefore, it's important to install yarn according to the official guide.

After installing yarn, you can install the dependencies.

yarn install

Then you can run the development server.

yarn dev

Npm

If you choose npm, you need to install the dependencies first.

npm install

Then you can run the development server:

npm run dev

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

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.

Version Checkpoints

🎉 Version 0.0

  • 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

🎉 Version 1.0

  • Fit Different Resolutions on Desktop Side
  • Article Covers
  • Bilingual Support

👨‍💻 Version 2.0

  • Custom Components in Blog
  • Custom Blog Meta Info
  • Page Division

🔮 Version 3.0

  • Refactor
  • Night Mode
  • Mobile Support

🔮 Version 4.0

  • Search Support
  • Sort Modification