Overview:
The OrbitThis theme is a Jekyll Theme designed by Xiaoying Riley at 3rd Wave Media. It is a versatile theme that can be used for creating online CVs. The theme offers various features and customization options to make your online CV stand out.
Features:
- Easy installation: The theme can be forked from the repository and set up as a Github Pages source. This makes it simple to deploy your CV online.
- Printable version: The theme provides a printable version of the CV, which can be accessed at a specific URL. Third-party tools can be used to convert the CV to a printable PDF.
- Centralized data management: All the details in the CV can be easily changed from one place - the
_data/data.yml
file. This allows for easy customization and updating of the CV. - Local preview and editing: The theme can be previewed and edited locally using Docker. By running the
docker-compose.yml
file, a container is created that can be accessed athttp://localhost:4000
. Changes made to the_data/data.yml
file will be visible after a while. - Multiple color schemes: The theme offers six different color schemes to choose from, allowing you to customize the appearance of your CV.
Installation:
To install the OrbitThis theme, follow these steps:
- Fork the repository.
- Go to the repository settings and set the master branch as the Github Pages source.
- Your new site should be ready at
https://<username>.github.io/online-cv/
. - To access the printable version of the CV, visit
https://<username>.github.io/online-cv/print
. Use third-party tools like pdflayer.com or web2pdfconvert.com to convert it to a printable PDF. - To make changes to the CV, update the details in the
_data/data.yml
file. - To preview and edit the theme locally, follow these steps:
- Get the repository onto your local machine.
- Install the required Ruby gems.
- Serve the site locally using
http://localhost:4000
. - Changes made to the
_data/data.yml
file will be visible after a while.
Summary:
The OrbitThis theme is a professionally designed Jekyll Theme ideal for creating online CVs. It offers easy installation, a printable version, centralized data management, local preview and editing capabilities, and multiple color schemes. With its user-friendly features and customization options, it provides a great platform for showcasing your CV online.