Global Settings
Customize your portfolio using the port.json file
Every Portmyfolio site Every Mintlify site needs a port.json
file with the core configuration settings. Learn more about the properties below.
Properties
Basic configuration
This is the tilte of your website, used in the Next.js metadata.
This is the description of your website, used in the Next.js metadata.
Used to set the metadataBase which is the base path and origin for absolute urls for various metadata links such as OpenGraph images.
Your name to display in the avatar card
Your designation to display in the avatar card
The path to the avatar image to display in the avatar card. You just need to
provide the path to the image in the public
directory. You need not include public
in the path.
For example:
The colors object serves as a comprehensive palette for defining the visual identity of the website. It includes two distinct themes: light and dark. The colors should be preferably in hex format.
Example:
Navigation
The navigation array is used to define the links in the navigation bar. Each
object in the array can have a group
and a pages
property.
The group property is used to group the navigation links. Keeping it optional means that the routes are the root level.
The pages array is used to define the links in the navigation bar.
Example:
These are the social links which always open in a new tab.