Jekytrap

screenshot of Jekytrap

Template for Jekyll + Bootstrap 5 + GSAP

Overview

This document provides an analysis of a product that uses Bootstrap, GSAP, and Jekyll as part of its tech stack. The product is described as being statically generated with a custom Jekyll template called Jekytrap. The document also mentions some next steps that need to be completed.

Features

  • Bootstrap: Version 5.2.3 of Bootstrap is being used for theming. The theming can be found in the /assets/css/styles.scss file.

  • GSAP: Version 3.10.4 of GSAP is used for animations. The animations are implemented in the /assets/js/main.js file.

  • Jekyll: This product is built using Jekyll version 3.9.3. It is statically generated with a custom Jekyll template called Jekytrap.

Summary

The analyzed product utilizes Bootstrap, GSAP, and Jekyll in its tech stack. It makes use of Bootstrap for theming (v5.2.3), GSAP for animations (v3.10.4), and is built with Jekyll using a custom template called Jekytrap (v3.9.3). The provided information lacks details about how to install the product, but it offers a starting point for integrating the required dependencies. The document also mentions some next steps to be completed.