jekyll-twitter-bootstrap-static

jekyll-twitter-bootstrap-static

Twitter Bootstrap-based static content model from which to build a Jekyll theme (see https://github.com/KCarlile/jekyll-twitter-bootstrap).

Jekyll Twitter Bootstrap Static

Overview

This repo contains a static site based on Twitter Bootstrap for use as a base to create a Twitter Bootstrap-based Jekyll theme.

This repo will be used as a basis for the Jekyll Twitter Bootstrap theme.

GitHub repo: https://github.com/KCarlile/jekyll-twitter-bootstrap-static

Depdendencies

  • Twitter Bootstrap 5.3
  • Docker >=4.15
    • Docker configuration is provided for easy local development and testing, but you can use any hosting configuration that supports HTML.
  • Bash *nix Shell
    • The .server and setup-etc-hosts files are written for Bash in *nix (Mac OS X, specifically) are helpful for Docker setup, but not required.

Local Environment

  • Dockerfile
    • Defines container with Apache 2.x
  • docker-compose.yml
    • Launches the container
  • server
  • setup-etc-hosts
    • Adds the proper entry to /etc/hosts, but must be run as root ($ sudo ./setup-etc-hosts)

Author

Kenny Carlile