gitprofile
gitprofile copied to clipboard
Add order the panels by edit panel name order
// Page panels. You can change the order of the panels by edit panel name order.
// If you want theme-switch is under social-info
// example: left_panel: [
// 'personal-info',
// 'social-info',
// 'theme-switch',
// 'tech-stack',
// 'experience',
// 'education',
// 'certifications',
// ],
// Important: Don't remove any panel in left_panel or right_panel, even it is empty. (Just put it in the back)
composition: {
left_panel: [
'theme-switch',
'personal-info',
'social-info',
'tech-stack',
'experience',
'education',
'certifications',
],
right_panel: ['github-projects', 'my-projects', 'recent-posts'],
},
User can use this config to set their own component order for Profile.
Hello 👋🏻
We don't currently have a plan to implement it.