Introduction

Get started with Eduhub by following this guide, It will help you to get the most out of our Bootstrap Theme quickly with easy understanding.


Thank you for purchasing Eduhub theme! Before proceeding with the theme installation, It is recommended that you follow the steps listed in this guide. We have covered all kinds of necessary information, and provide you with all the guidelines and details that you will need to use Eduhub theme.

Directory structure

Once you have downloaded the package after theme extracting, you will see the following files & folder structure:

  • template
    Includes all assets and template files, used in theme
      docs
      Includes theme's documentation files (on theme editing and setup).
        index.html
        Main documentation file. You are reading it at the moment.
      assets
      Includes all assets files, like CSS, Images, JS, SCSS and plugins used in theme
        css
        Includes .css file, used in theme
      • images
        Includes all images, used in .html files.
      • js
        Includes plugin's initialization file
      • scss
        Includes all of raw source files that are used to create the final CSS that is included in theme
      • vendor
        Includes all plugins files.
    • index.html
      You will find here all .html files used in theme

What to do after purchase?

1. Check theme inside out

After extracting .zip file, check every file and folder to know more about theme inside out. Confused with any file/folder usage? Check above directory structure to clear your doubts. We recommended reading the whole documentation for better understanding of theme. Yes, it will take up to 30 mins but it will be worth reading.

2. Branding

After installation and running gulp, change your brand colors buy following Color scheme section instructions. Change your brand logo by following Logo settings section

3. Customization

Now you can start customizing your website as per your need.

4. Delete unnecessary file and folder to upload on live server

After completing your website, you must need to delete unnecessary file and folder to reduce website size. Please check below folders/files usage to run your website:

  • assets/css: You must need style.css (or style-rtl.css for RTL version). If you have not used color.css file then you can remove it.
  • assets/images: You can remove all unnecessary files from this folder.
  • assets/js: Don't delete this folder/file.
  • assets/vendor: Keep only those vendor folders that you have used in your website.
  • docs: You don't need docs folder for your live website.