Theme Installation Estimated reading: 1 minute 2130 views Contributors Summary: Begin by extracting the zipped package from ThemeForest to your desktop. Inside, locate the docy-jekyll.zip file. Install dependencies using Bundler, then run bundle exec jekyll serve to generate your site. Extract the zipped package downloaded from ThemeForest to your desktop, in the extracted package you will find the docy-jekyll.zip (docy_version.zip) file which is the Jekylltheme. Now Install the dependencies with Bundler: bundle install Run the following to generate your site: bundle exec jekyll serve Theme Installation - PreviousGetting StartedNext - Theme InstallationBasic Theme Setup