Installed jekyll-feed and jekyll-seo-tag plugins

This commit is contained in:
deathrow 2022-07-10 21:01:15 -04:00
parent a478a9645e
commit aad06785f9
No known key found for this signature in database
GPG Key ID: FF39D67A22069F73
2 changed files with 18 additions and 16 deletions

View File

@ -3,5 +3,5 @@
source "https://rubygems.org"
gem 'jekyll'
gem "jekyll-theme-potato-hacker"
gem 'github-pages', group: :jekyll_plugins
# gem "rails"
#gem 'github-pages', group: :jekyll_plugins
gem 'jekyll-feed'

View File

@ -3,23 +3,25 @@ remote_theme: luxedo/jekyll-theme-potato-hacker
theme_base: "dark"
theme_switch: off
blog: on
avatar: off
highlighter_theme: monokai # Theme of the syntax_highlighter [base16 |
# colorful | github | gruvbox | molokai |
# monokai | pastie | thankful_eyes | tulip ]
toolbar_priority:
- Guides
- dropdown1
- dropdown2
highlighter_theme: monokai
toolbar_priority:
- blog
collections:
.well-known:
output: true
permalink: /:collection/:path/
guide:
output: true
dropdown:
output: true
items:
output: true
output: true
changelog:
output: true
pages:
output: true
exclude:
- Gemfile
- Gemfile.lock
plugins:
- jekyll-feed
- jekyll-seo-tag
feed:
collections:
- changelog