hugo-profile icon indicating copy to clipboard operation
hugo-profile copied to clipboard

Change order of content/menu items

Open rbcavanaugh opened this issue 1 year ago • 2 comments

Hi - thanks for a great template. Is it possible to change the order of the content on the page (and the corresponding menu items?)

Also - Are the 'plus signs' on the left of the page intentional? Is there a way to remove them?

image

rbcavanaugh avatar Feb 21 '23 02:02 rbcavanaugh

Hi @rbcavanaugh

Is it possible to change the order of the content on the page (and the corresponding menu items?)

Currently, we can align the menu items. I will add content alignment in future.

Also - Are the 'plus signs' on the left of the page intentional? Is there a way to remove them?

added option to remove in https://github.com/gurusabarish/hugo-profile/commit/e26564cde65d060e4e7406e8f9cde7f20cecc017

Thanks,

gurusabarish avatar Mar 07 '23 02:03 gurusabarish

@rbcavanaugh -- I can answer these.

Double plus signs: In hugo.yaml, if you have this as true and there is no image, then two columns of + will be on the far left. To fix it, set to false.

bottomImage:
         enable: false

Unfortunately, this doesn't fix the wonky spacing.

Menu items: Toggle the title/link in the header: hugo.yaml --> navbar --> menus The order of items in the header is controlled by header.html The order of the actual sections is controlled by index.html

hrokr avatar Jan 26 '24 21:01 hrokr