fix theme
This commit is contained in:
parent
04d943489e
commit
68f94a54d8
1
Gemfile
1
Gemfile
|
@ -10,4 +10,3 @@ gem "jekyll", ">= 3.8.4"
|
|||
gem "jekyll-theme-slate"
|
||||
gem "jekyll-paginate"
|
||||
gem "jekyll-sitemap"
|
||||
gem "jekyll-remote-theme"
|
||||
|
|
|
@ -22,8 +22,7 @@ currently_reading_image: "https://books.google.com/books/content?id=pKD4DAAAQBAJ
|
|||
|
||||
# Build settings
|
||||
markdown: kramdown
|
||||
|
||||
remote_theme: pages-themes/slate@v0.2.0
|
||||
permalink: ':title/'
|
||||
plugins:
|
||||
- jekyll-remote-theme
|
||||
#theme: jekyll-theme-slate
|
||||
- jekyll-paginate
|
||||
- jekyll-sitemap
|
||||
|
|
Loading…
Reference in New Issue