st-jekyll-bootstrap

This is a bash script that is used to bootstrap new Jekyll projects.

It currently supports Strapi and Drone-CI integration. The plugins and .env data must be added for Strapi and Drone-CI integration to work.

Requirements

  • Docker CE
  • Docker Compose
  • CLI
  1. Goto the location you would like to bootstrap your Jekyll project
  2. Clone this repository

git clone https://git.sharpetronics.com/sharpetronics/st-jekyll-bootstrap

  1. cd st-jekyll-bootstrap

  2. Run the bash script

bash ./generate-new-jekyll-site.sh

  1. Move into the root of the Jekyll site

cd .. && ls

  1. Launch the docker site

sudo docker compose up

Happy Hacking!!! ❤️

Description
This is a bash script that is used to bootstrap new Jekyll projects. It currently supports Strapi and Drone-CI integration. The plugins and .env data must be added for Strapi and Drone-CI integration to work.
Readme 748 KiB
Languages
HTML 85.3%
SCSS 9.9%
Shell 3.3%
Ruby 1.5%