Minor fixes

This commit is contained in:
Maruan Al-Shedivat 2020-06-14 23:09:03 -04:00
parent c3a5047835
commit 938b22e132
4 changed files with 1 additions and 12 deletions

View File

@ -8,7 +8,3 @@ group :jekyll_plugins do
gem 'jemoji' gem 'jemoji'
gem 'unicode_utils' gem 'unicode_utils'
end end
# group :bootstrap do
# gem 'bootstrap'
# gem 'material-sass'
# end

View File

@ -31,6 +31,7 @@ footer_fixed: true
# preview image as the value of og_image. # preview image as the value of og_image.
serve_og_meta: false # Include Open Graph meta tags in the HTML head serve_og_meta: false # Include Open Graph meta tags in the HTML head
og_image: # The site-wide (default for all links) Open Graph preview image og_image: # The site-wide (default for all links) Open Graph preview image
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# Social integration # Social integration
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------

View File

@ -246,12 +246,6 @@ footer.sticky-bottom {
} }
} }
// Post
.post .post-header .post-description {
font-style: italic;
}
// Publications // Publications

View File

@ -3,8 +3,6 @@
--- ---
@charset "utf-8"; @charset "utf-8";
// @import "material";
@import @import
"variables", "variables",
"layout", "layout",