Dockerized Jekyll skeleton with integrated Bootstrap v4.0 Jumbotron template to quickly generate new sites.
docker-compose uplocalhost:4000The default.html layout is essentially the HTML5 Boilerplate. A layout based on the Bootstrap 4 Jumbotron template is included in Index.md which uses the default layout, and serves as the sites landing page. Additional pages (such as About.md) use the page.html layout to place content into the default layout without the Jumbotron structure. The blog.html layout lists all available posts as links (as per a typical blog), whilst each blog post uses the post.html layout.
{% include gridpost.html %}