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

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.

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
  • Night Mode
  • Article Covers

🔮 Version 2.0

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

🔮 Version 3.0

  • Refactor
  • Bilingual Support
  • Mobile Support

🔮 Version 4.0

  • Search Support
  • Sort Modification