Brilliant Resume is a Grav theme designed for professionals to showcase their talent, work & experience.
Brilliant Resume can be installed via the Grav Admin -> Themes or by GPM using the command bin/gpm install brilliant-resume
Note: I recommend using the Grav Admin Plugin to easily configure all of the theme's settings.
/your/site/grav/user/themes/brilliant-resume
If you want to set Brilliant Resume as the default theme, you can do so by following these steps:
or
/your/site/grav/user/config
theme:
setting to theme: brilliant-resume
bin/grav clear-cache
Once this is done, you should be able to see the new theme on the frontend. Keep in mind any customizations made to the previous theme will not be reflected as all of the theme and templating information is now being pulled from the brilliant-resume folder.
The recommended way to edit content for your resume site is by using the Grav Admin Plugin, but this can also be accomplished via your page's markdown file.
After activating Brilliant Resume theme, login using the Grav Admin Plugin & edit your homepage (or create a new homepage with the template type set to Default)
Expand each section to view available configuration & editing options associated with each part of the site (these can also be set via the page's markdown file)
To create your portfolio (optional):
Contact Form Implementation
Using Grav's Forms plugin [NEW]
templates/partials/examples/grav-forms-contact-form-demo.md
or
Using custom HTML (ie. Mautic, Hubspot, Mailchimp, Typeform...)
templates/partials/examples/mautic-contact-form.html
Mautic Integration
templates/partials/examples/mautic-resume-download-modal.html
TODO