diff --git a/Gemfile b/Gemfile index 9b80bf7..888277a 100644 --- a/Gemfile +++ b/Gemfile @@ -5,3 +5,4 @@ gem 'jekyll-seo-tag', group: :jekyll_plugins gem "jekyll-assets", "~> 2.4.0", group: :jekyll_plugins gem 'bootstrap', '~> 4.0.0' +gem "font-awesome-sass", "~> 4.7" diff --git a/style.scss b/_assets/css/style.scss similarity index 94% rename from style.scss rename to _assets/css/style.scss index 1c70b29..d6bdffc 100644 --- a/style.scss +++ b/_assets/css/style.scss @@ -1,24 +1,29 @@ ---- ---- @import 'bootstrap'; +@import 'font-awesome-sprockets'; +@import 'font-awesome'; .primary-container { padding: 0; } -.bd-sideboard.bg-dark { +.bd-sideboard { aside { padding: $table-cell-padding-sm; } - header { - color: $light; + header { h2 { font-size: 1.7rem; } } } +.bg-dark { + p, header { + color: $light; + } +} + dl { & > dt + dd, & > dd + dd { padding-left: 1em; diff --git a/_config.yml b/_config.yml index 4993c92..c0aed78 100644 --- a/_config.yml +++ b/_config.yml @@ -75,6 +75,7 @@ plugins: - jekyll-seo-tag - jekyll-assets - bootstrap + - font-awesome-sass # Exclude these files from your production _site exclude: diff --git a/_layouts/default.html b/_layouts/default.html index 3633b67..ddca42d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,8 +2,7 @@ {% seo %} - - + {% css style %} @@ -21,6 +20,10 @@
+ +
+ + + {% js application %}