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-paginate"
|
||||
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
|
||||
markdown: kramdown
|
||||
|
||||
|
||||
theme: jekyll-theme-slate
|
||||
remote_theme: pages-themes/slate@v0.2.0
|
||||
plugins:
|
||||
- jekyll-remote-theme
|
||||
#theme: jekyll-theme-slate
|
||||
|
|
Loading…
Reference in New Issue