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-theme-slate"
|
||||||
gem "jekyll-paginate"
|
gem "jekyll-paginate"
|
||||||
gem "jekyll-sitemap"
|
gem "jekyll-sitemap"
|
||||||
gem "jekyll-remote-theme"
|
|
||||||
|
|
|
@ -22,8 +22,7 @@ currently_reading_image: "https://books.google.com/books/content?id=pKD4DAAAQBAJ
|
||||||
|
|
||||||
# Build settings
|
# Build settings
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
|
permalink: ':title/'
|
||||||
remote_theme: pages-themes/slate@v0.2.0
|
|
||||||
plugins:
|
plugins:
|
||||||
- jekyll-remote-theme
|
- jekyll-paginate
|
||||||
#theme: jekyll-theme-slate
|
- jekyll-sitemap
|
||||||
|
|
Loading…
Reference in New Issue