To customize the general information and appearance of your website template, update the configuration in the /config/site.ts
file. This file allows you to configure various aspects of your website:
Logo
To change the logo displayed across your website, simply replace the /public/images/logo.png
file with your own logo image. If you need to create a logo, you can explore free logo generation tools. If you're in need of a logo, consider utilizing free logo creation tools like Marc Lou's logofa.st.
Icons
To generate the required images for Next.js, run the following command:
npm run generate:icons
This command will use the /public/images/logo.png
file to generate the necessary images. If you rename the logo file, ensure that you also update the filename in the /scripts/generate-icons.mjs
script.
For more information on generating icons for Next.js, refer to the documentation.
That's it! You've successfully configured the base settings for your website. Feel free to further customize the template to suit your needs.