💻 Add Bootstrap

This commit is contained in:
Dan Jones 2018-01-21 18:23:59 -06:00
commit d762202f18
4 changed files with 5 additions and 1 deletions

View file

@ -4,3 +4,4 @@ gem 'jekyll-github-metadata'
gem 'jekyll-sitemap'
gem 'jekyll-feed'
gem 'jekyll-seo-tag'
gem 'bootstrap', '~> 4.0.0'

View file

@ -83,6 +83,7 @@ gems:
- jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem
- jekyll-feed # Create an Atom feed using the official Jekyll feed gem
- jekyll-seo-tag
- bootstrap
# Exclude these files from your production _site
exclude:

View file

@ -8,7 +8,7 @@
</head>
<body {% if page.id %}id="page-{{ page.id }}"{% endif %}>
<section class="entry-content">
<section class="entry-content container-fluid">
{% if page.title %}
<header class="entry-header">
<h1 class="entry-title">{{ page.title }}</h1>

View file

@ -1,5 +1,7 @@
---
---
@import 'bootstrap';
dl {
& > dt + dd, & > dd + dd {
padding-left: 1em;