Use standard Gem-style theme references
This commit is contained in:
parent
d4f2338246
commit
3e2f20fc04
@ -1,3 +1,4 @@
|
|||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
gem 'github-pages', group: :jekyll_plugins
|
gem 'github-pages', group: :jekyll_plugins
|
||||||
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
|
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
|
||||||
|
gem "just-the-docs"
|
@ -191,6 +191,11 @@ GEM
|
|||||||
gemoji (~> 3.0)
|
gemoji (~> 3.0)
|
||||||
html-pipeline (~> 2.2)
|
html-pipeline (~> 2.2)
|
||||||
jekyll (>= 3.0, < 5.0)
|
jekyll (>= 3.0, < 5.0)
|
||||||
|
just-the-docs (0.2.8)
|
||||||
|
bundler (~> 2.1.4)
|
||||||
|
jekyll (>= 3.8.5, < 4.1.0)
|
||||||
|
jekyll-seo-tag (~> 2.0)
|
||||||
|
rake (>= 12.3.1, < 13.1.0)
|
||||||
kramdown (1.17.0)
|
kramdown (1.17.0)
|
||||||
liquid (4.0.3)
|
liquid (4.0.3)
|
||||||
listen (3.2.1)
|
listen (3.2.1)
|
||||||
@ -212,6 +217,7 @@ GEM
|
|||||||
pathutil (0.16.2)
|
pathutil (0.16.2)
|
||||||
forwardable-extended (~> 2.6)
|
forwardable-extended (~> 2.6)
|
||||||
public_suffix (3.1.1)
|
public_suffix (3.1.1)
|
||||||
|
rake (13.0.1)
|
||||||
rb-fsevent (0.10.4)
|
rb-fsevent (0.10.4)
|
||||||
rb-inotify (0.10.1)
|
rb-inotify (0.10.1)
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
@ -243,6 +249,7 @@ PLATFORMS
|
|||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
github-pages
|
github-pages
|
||||||
|
just-the-docs
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.1.4
|
2.1.4
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
title: PluralKit
|
title: PluralKit
|
||||||
baseurl: ""
|
baseurl: ""
|
||||||
url: "https://pluralkit.me"
|
url: "https://pluralkit.me"
|
||||||
remote_theme: pmarsceill/just-the-docs
|
theme: just-the-docs
|
||||||
|
|
||||||
search_enabled: true
|
search_enabled: true
|
||||||
aux_links:
|
aux_links:
|
||||||
|
Loading…
Reference in New Issue
Block a user