gitprofile icon indicating copy to clipboard operation
gitprofile copied to clipboard

Add order the panels by edit panel name order

Open ridemountainpig opened this issue 1 year ago • 1 comments

  // 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.

ridemountainpig avatar Aug 21 '23 01:08 ridemountainpig

Hello 👋🏻

ridemountainpig avatar Sep 19 '23 01:09 ridemountainpig

We don't currently have a plan to implement it.

arifszn avatar Jan 20 '24 14:01 arifszn