fix theme
This commit is contained in:
parent
006af5d453
commit
c4c38e4e4c
3
Gemfile
3
Gemfile
|
@ -9,3 +9,6 @@ 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 "github-pages", group: :jekyll_plugins
|
||||||
|
|
||||||
|
|
|
@ -23,5 +23,7 @@ currently_reading_image: "https://books.google.com/books/content?id=pKD4DAAAQBAJ
|
||||||
# Build settings
|
# Build settings
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
|
|
||||||
|
remote_theme: pages-themes/slate@v0.2.0
|
||||||
theme: jekyll-theme-slate
|
plugins:
|
||||||
|
- jekyll-remote-theme
|
||||||
|
#theme: jekyll-theme-slate
|
||||||
|
|
Loading…
Reference in New Issue