- Real-time discord status from Lanyard API
- Sections for introducing yourself
- Your projects, a self-introduction text, known languages, programs etc., contact information.
- Spotify API to display your recently listened songs.
- MyAnimeList API to display your recenlty watched animes.
- Light & Dark theme support.
- GitHub Repositories section.
- Real-time discord playing status.
- Static Blog.
- A page where I can put my own small tools.
- The 'Support this website on GitHub' message that appears when you first enter the site.
- Cache for Anime and Song List.
- Language Support
- PWA Support.
- Create your favicon files using Favicon Generator.
- Replace files in
src/public/assets/images/meta
. - Replace manifest.json in
src/public/assets
. - Replace icon with your icon.
You can update meta tags on nuxt.config.ts
.
- You will need to download Node.js (Version should be above 16.11) from https://nodejs.org/en/.
Next, use a package manager to download the packages:
- Yarn:
yarn install
- Npm:
npm install
- Pnpm:
pnpm install
If you want the anime and Spotify features to work, you need to edit the .env.example
file. After editing, rename it as .env
.
To start in development mode:
- Yarn:
yarn run dev
- Npm:
npm run dev
- Pnpm:
pnpm run dev
To build:
- Yarn:
yarn run build
- Npm:
npm run build
- Pnpm:
pnpm run build