Add a customization point to the main page's about section so that additional stuff can be put into it.
(My use case was: I wanted links to my resume to show up under the "socials". So I have a partial which is swiped from setting up the "socials" only instead it iterates over [[params.resume]] and the icons are pulled from a different section of Font Awesome so I can get icons for pdfs and word docs.)
Add a customization point to the main page's
about
section so that additional stuff can be put into it.(My use case was: I wanted links to my resume to show up under the "socials". So I have a partial which is swiped from setting up the "socials" only instead it iterates over
[[params.resume]]
and the icons are pulled from a different section of Font Awesome so I can get icons for pdfs and word docs.)