Alpaka Support

Getting started with alpaka.io, regardless of your industry, is super simple. Follow these initial key steps and you’ll be set up in minutes.


Thank you for purchasing Mizzle 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 Mizzle theme. If you can't find the answer you're looking for, We encourage you to reach to us through our support portal. We'll be glad to help you out with your queries. Please generate ticket through our Support portal and you shall hear back very soon.

Directory structure

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

  • template
    All assets and template files, used in the theme
      docs
      Theme's documentation files (on theme editing and setup).
        index.html
        Main documentation file. You are reading it at the moment.
      assets
      All assets files, like CSS, Images, JS, SCSS, and plugins used in the theme
        css
        .css files, used in theme
      • images
        All images are used in .html files.
      • js
        Plugin's initialization file
      • scss
        All of raw source files that are used to create the final CSS that is included in theme
      • vendor
        All plugin files.
    • index.html
      You will find here all .html files used in theme
  • gulpfile.js
    All the build commands
    package.json
    List of dependencies and npm information
    package-lock.json
    Lock dependencies to a specific version number to avoid possible version mismatch.
    README.MD