Custom config files

Custom SEO

Untitled

The SEO config file is located in the "src/config/seo.json" folder. In this file, you need to change the value of the field (title, description, etc...) or add some key-value that you need.

You can read all the options you can add here:

GitHub - garmeeh/next-seo: Next SEO is a plug in that makes managing your SEO easier in Next.js projects.

Custom Card Colors

Untitled

When you open the index page, you'll see cards (categories) in all kinds of colors. To customize your favourite color, go the the "src/config/card-colors.json" and edit the value follow by the key (category name) you need.

Untitled

List of supported colors here : https://tailwindcss.com/docs/customizing-colors

Untitled

Custom component files

The components are located in the "src/components" directory. You need to learn about React components to be able to edit the app properly.

Navbar

Untitled

Location: "src/components/Navbar.tsx".

Header

Untitled