💻 Add Bootstrap
This commit is contained in:
parent
9c732fe6a1
commit
d762202f18
4 changed files with 5 additions and 1 deletions
1
Gemfile
1
Gemfile
|
|
@ -4,3 +4,4 @@ gem 'jekyll-github-metadata'
|
|||
gem 'jekyll-sitemap'
|
||||
gem 'jekyll-feed'
|
||||
gem 'jekyll-seo-tag'
|
||||
gem 'bootstrap', '~> 4.0.0'
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
---
|
||||
@import 'bootstrap';
|
||||
|
||||
dl {
|
||||
& > dt + dd, & > dd + dd {
|
||||
padding-left: 1em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue