Make it yours
How to customize and add the data to build the directory of your dreams
Last updated
How to customize and add the data to build the directory of your dreams
Last updated
The most important file is /data/config/metadata.js
, where you'll fill all your app data.
Empty lines won't show their associated components (no Facebook icon in footer if the line is empty)
Product (eg: "book", "person")
Collection (eg: "reading list", "group")
Links / Filters (eg: "1st Project", "is free?")
You'll be able to easily modify the whole look of your app by updating these 2 files:
/data/config/theme.js
to set the primary and secondary colors
/app/globals.css
to set the whole app colors and border radius.
(check gradient.page or ui.jln.dev)
Add your own logo (app/icon.png
and public/logo.png
)
Update your font in /app/layout.tsx
:
Like you saw above, you can customize the products Links/Filters.
You can customize their icons to make it more coherent!
Simply modify the icons in the /data/config/optionsIcons.tsx
file. ☑