fix: restore some lost clean tasks

This commit is contained in:
Markus Heurung 2024-03-08 15:57:48 +01:00
parent ddbc45e875
commit 2e77d8ff4e
3 changed files with 12 additions and 29 deletions

View file

@ -7,7 +7,6 @@ gem "rss"
gem "rake" gem "rake"
group :jekyll_plugins do group :jekyll_plugins do
gem "jekyll-compose" gem "jekyll-compose"
gem "jekyll-deploy"
gem "jekyll-feed", "~> 0.17" gem "jekyll-feed", "~> 0.17"
gem "jekyll-redirect-from" gem "jekyll-redirect-from"
gem "jemoji" gem "jemoji"

View file

@ -1,7 +1,7 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
activesupport (7.1.3) activesupport (7.1.3.2)
base64 base64
bigdecimal bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
@ -18,8 +18,7 @@ GEM
colorator (1.1.0) colorator (1.1.0)
concurrent-ruby (1.2.3) concurrent-ruby (1.2.3)
connection_pool (2.4.1) connection_pool (2.4.1)
drb (2.2.0) drb (2.2.1)
ruby2_keywords
em-websocket (0.5.3) em-websocket (0.5.3)
eventmachine (>= 0.12.9) eventmachine (>= 0.12.9)
http_parser.rb (~> 0) http_parser.rb (~> 0)
@ -32,7 +31,7 @@ GEM
activesupport (>= 2) activesupport (>= 2)
nokogiri (>= 1.4) nokogiri (>= 1.4)
http_parser.rb (0.8.0) http_parser.rb (0.8.0)
i18n (1.14.1) i18n (1.14.4)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
jekyll (4.3.3) jekyll (4.3.3)
addressable (~> 2.4) addressable (~> 2.4)
@ -52,7 +51,6 @@ GEM
webrick (~> 1.7) webrick (~> 1.7)
jekyll-compose (0.12.0) jekyll-compose (0.12.0)
jekyll (>= 3.7, < 5.0) jekyll (>= 3.7, < 5.0)
jekyll-deploy (0.0.2)
jekyll-feed (0.17.0) jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0) jekyll (>= 3.7, < 5.0)
jekyll-redirect-from (0.16.0) jekyll-redirect-from (0.16.0)
@ -70,7 +68,7 @@ GEM
kramdown-parser-gfm (1.1.0) kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0) kramdown (~> 2.0)
liquid (4.0.4) liquid (4.0.4)
listen (3.8.0) listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3) rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10) rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0) mercenary (0.4.0)
@ -90,7 +88,6 @@ GEM
rouge (4.2.0) rouge (4.2.0)
rss (0.3.0) rss (0.3.0)
rexml rexml
ruby2_keywords (0.0.5)
safe_yaml (1.0.5) safe_yaml (1.0.5)
sass-embedded (1.69.5) sass-embedded (1.69.5)
google-protobuf (~> 3.23) google-protobuf (~> 3.23)
@ -108,7 +105,6 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
jekyll (~> 4.0) jekyll (~> 4.0)
jekyll-compose jekyll-compose
jekyll-deploy
jekyll-feed (~> 0.17) jekyll-feed (~> 0.17)
jekyll-redirect-from jekyll-redirect-from
jemoji jemoji

View file

@ -47,27 +47,15 @@ feed:
path: /notes.xml path: /notes.xml
plugins: plugins:
- jekyll-deploy
- jekyll-feed - jekyll-feed
- jekyll-redirect-from - jekyll-redirect-from
- jemoji - jemoji
# Exclude from processing. exclude:
# The following items will not be processed, by default. - Rakefile
# Any item listed under the `exclude:` key here will be automatically added to - README.md
# the internal "default list". - Gemfile
# - Gemfile.lock
# Excluded items can be processed by explicitly listing the directories or - .gitignore
# their entries' file path in the `include:` list. - .jekyll-cace/
# - .sass-cache/
# exclude:
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/