mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2025-01-12 05:19:27 -05:00
Installed jekyll-feed and jekyll-seo-tag plugins
This commit is contained in:
parent
a478a9645e
commit
aad06785f9
4
Gemfile
4
Gemfile
@ -3,5 +3,5 @@
|
|||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
gem 'jekyll'
|
gem 'jekyll'
|
||||||
gem "jekyll-theme-potato-hacker"
|
gem "jekyll-theme-potato-hacker"
|
||||||
gem 'github-pages', group: :jekyll_plugins
|
#gem 'github-pages', group: :jekyll_plugins
|
||||||
# gem "rails"
|
gem 'jekyll-feed'
|
||||||
|
30
_config.yml
30
_config.yml
@ -3,23 +3,25 @@ remote_theme: luxedo/jekyll-theme-potato-hacker
|
|||||||
theme_base: "dark"
|
theme_base: "dark"
|
||||||
theme_switch: off
|
theme_switch: off
|
||||||
blog: on
|
blog: on
|
||||||
avatar: off
|
highlighter_theme: monokai
|
||||||
highlighter_theme: monokai # Theme of the syntax_highlighter [base16 |
|
toolbar_priority:
|
||||||
# colorful | github | gruvbox | molokai |
|
|
||||||
# monokai | pastie | thankful_eyes | tulip ]
|
|
||||||
toolbar_priority:
|
|
||||||
- Guides
|
|
||||||
- dropdown1
|
|
||||||
- dropdown2
|
|
||||||
- blog
|
- blog
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
.well-known:
|
.well-known:
|
||||||
output: true
|
output: true
|
||||||
permalink: /:collection/:path/
|
permalink: /:collection/:path/
|
||||||
guide:
|
|
||||||
output: true
|
|
||||||
dropdown:
|
|
||||||
output: true
|
|
||||||
items:
|
items:
|
||||||
output: true
|
output: true
|
||||||
|
changelog:
|
||||||
|
output: true
|
||||||
|
pages:
|
||||||
|
output: true
|
||||||
|
exclude:
|
||||||
|
- Gemfile
|
||||||
|
- Gemfile.lock
|
||||||
|
plugins:
|
||||||
|
- jekyll-feed
|
||||||
|
- jekyll-seo-tag
|
||||||
|
feed:
|
||||||
|
collections:
|
||||||
|
- changelog
|
Loading…
Reference in New Issue
Block a user