This Grav theme is based on the Jekyll Agency theme by Jerome Lachaud (jeromelachaud), which originated from the Freelancer Bootstrap theme by Start Bootstrap.
Demo of this theme can be found here: http://demo.gibstudio.com/grav-freelancer
Fully loaded Grav skeleton with all necessary plugins and content commited here: https://github.com/yaroslav-v/grav-skeleton-freelancer-site
- Flat icons by flaticons.com
- LESS files and compiled CSS included
- Fixed top navigation that collapses on scroll
- Scrollspy on navigation items
- Perfectly responsive portfolio grid with hover effects
- Responsive, full screen modal windows for featuring project details
- Custom horizontal rules using Font Awesome icons
- Custom outline button style
- Mobile friendly contact form with floating form labels
- Includes jqBootstrapValidation plugin for contact form validation
Installing the Freelancer theme can be done in one of two ways. Our GPM (Grav Package Manager) installation method enables you to quickly and easily install the theme with a simple terminal command, while the manual method enables you to do so via a zip file.
Unsupported now.
To install this theme, just download the zip version of this repository and unzip it under /your/site/grav/user/themes
. Then, rename the folder to freelancer
. You can find these files either on GitHub.
You should now have all the theme files under
/your/site/grav/user/themes/freelancer
NOTE: This theme is a modular component for Grav which requires the Grav, Error and Problems plugins.
If you want to set Freelancer as the default theme, you can do so by following these steps:
- Navigate to
/your/site/grav/user/config
. - Open the system.yaml file.
- Change the
theme:
setting totheme: freelancer
. - Save your changes.
- Clear the Grav cache. The simplest way to do this is by going to the root Grav directory in Terminal and typing
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 freelancer folder.
As development for the Freelancer theme continues, new versions may become available that add additional features and functionality, improve compatibility with newer Grav releases, and generally provide a better user experience. Updating Freelancer is easy, and can be done through Grav's GPM system, as well as manually.
Unsupported now.
Manually updating Freelancer is pretty simple. Here is what you will need to do to get this done:
- Delete the
your/site/user/themes/freelancer
directory. - Download the new version of the Freelancer theme from either GitHub.
- Unzip the zip file in
your/site/user/themes
and rename the resulting folder tofreelancer
. - Clear the Grav cache. The simplest way to do this is by going to the root Grav directory in terminal and typing
bin/grav clear-cache
.
Note: Any changes you have made to any of the files listed under this directory will also be removed and replaced by the new set. Any files located elsewhere (for example a YAML settings file placed in
user/config/themes
) will remain intact.