Personal resume powered by Jekyll
Vitae is a personal homepage or curriculum vitae (resume) theme built by João. It is powered by Jekyll and hosted for free on GitHub pages. The theme is built with skeleton and offers a live demo for previewing the design.
To install the Vitae theme, you have several options:
Build the site with GitHub Actions: This approach pushes the resulting files (the contents of _site/ or ../vitae-pages/) to the gh-pages branch. You can find more details in the jekyll_build.yml.
Generate the site locally: Clone the repository (master branch) and run bundle exec jekyll serve inside the directory. Upload the resulting _site/ (or ../vitae-pages/) contents to your repository (master branch for personal page or gh-pages branch for project page).
Use travis-ci: Set up travis-ci for your personal fork. Update your details in _config.yml and generate a secure key to add to your .travis.yml. Make sure to read the documentation from jekyll-travis for more information.
Vitae is a personal homepage or curriculum vitae theme built with Jekyll and powered by skeleton. It offers a responsive design and easy deployment options. You can choose to build the site with GitHub Actions, generate it locally, or use travis-ci. The theme is freely hosted on GitHub pages and compatible with Jekyll-compatible hosters like Netlify. Overall, Vitae provides a simple and effective way to create and showcase your personal resume or curriculum vitae.