diff --git a/Gemfile b/Gemfile index 42caa35..0278735 100644 --- a/Gemfile +++ b/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' diff --git a/_config.yml b/_config.yml index 0f7e784..aa50844 100644 --- a/_config.yml +++ b/_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 \ No newline at end of file + output: true + changelog: + output: true + pages: + output: true +exclude: + - Gemfile + - Gemfile.lock +plugins: + - jekyll-feed + - jekyll-seo-tag +feed: + collections: + - changelog \ No newline at end of file