Next Markdown WikiTurn markdown into Next.js website
Buy Me A Coffee

Theming

To add custom theming to this app, please update the following files and folders:

  • /src/app/globals.css for global CSS styles
  • /src/app/layout.tsx for manipulations with <html> and <body> tags, adding customs scripts, etc.
  • /src/components/Layout component folder to update main layout of the pages

Also you can add and use your own components and preferred UI component libraries.


Please, refer to Next.js docs to learn more about all available features.