Shane – Personal Portfolio Jekyll Theme Introduction

Shane – Personal Portfolio Jekyll Theme is for any purpose. It’s a creative, minimal, and clean design. It has all of the features of the business website. It’s suitable for any startup business, companies, agencies, and freelancers who need a professional way to showcase their projects and services with a 100% super responsive experience. Key […]

Read More

How to update the testimonial section in shane jekyll theme?

To update the hero section in Shane Jekyll Theme, open _data/site_data.yml file.You will find the following code there, shane_section : That is used for the section title badgetitle: That is the section titlename : Testimonial author namedesignation : Testimonial author sub headingimg_src : Testimonial author phototestimonial : Content for the testimonial text

Read More

How to create navigation in shane jekyll theme?

Shane Jekyll Portfolio Theme has a custom navigation option. You can create navigation easily there. At first open the the file _data/navigation.yml file Here following the navigation code structure : You can use any custom URL there and also text can be change there.

Read More

How to update portfolio content in Shane Jekyll theme?

In Shane – Jekyll portfolio theme, there has a nice style portfolio section. You can change the content for that section easily form the _data/portfolio.yml file. Here following the structure of the portfolio data : You can update the name, image URL, project URL, filter class and category name there. We strongly recommend to use […]

Read More

Jekyll Theme Deployment

To run our jekyll theme locally, navigate to the theme directory from your PC and run bundle install command in git client app. to install the dependencies, then run bundle exec jekyll serve to start the Jekyll server. Here following some good resources to deploy jekyll : Manual Deployment Automated Deployment (Example: Travis CI, Circle CI, Buddy etc) 3rd Party […]

Read More