Frontend system for my personal website EbbiLogue.
Backend here
Based off the Tailwind Nextjs Starter Blog
This is a Next.js, Tailwind CSS project which is based on the Tailwind Nextjs Starter Blog
Some features and designs are inspired by Azurtelie. Thanks!
- Role-based user system supported by a Spring Security user management system
- Random banner images from [Claudinary]/Local
- AI Assistant Support (WIP)
- An AI assistant that supports introducing the website creator (me) and blog content
- Powered by Tencent Cloud’s LKE LLM Knowledge Engine
- Random banner images from Claudinary/GooglePhotos/Local
- Banner preview for blogs
- Japanese support
- Store static resources online
- New homepage design
- Game Collection Page
- Useful Tools Page
- New blog list design
- AI Chat Avatar Support
- New album design
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
nvm install 18
nvm use 18
npm i --global yarnyarnPlease note, that if you are using Windows, you may need to run:
set PWD="$(pwd)"First, run the development server:
yarn devOpen http://localhost:6060 with your browser to see the result.
Edit the layout in app or content in data. With live reloading, the pages auto-updates as you edit them.
