mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2025-01-12 02:29:26 -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"
|
||||
gem 'jekyll'
|
||||
gem "jekyll-theme-potato-hacker"
|
||||
gem 'github-pages', group: :jekyll_plugins
|
||||
# gem "rails"
|
||||
#gem 'github-pages', group: :jekyll_plugins
|
||||
gem 'jekyll-feed'
|
||||
|
30
_config.yml
30
_config.yml
@ -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
|
Loading…
Reference in New Issue
Block a user