diff --git a/Gemfile.lock b/Gemfile.lock index fe052af0..e60e0c56 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,12 +1,13 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) autoprefixer-rails (9.8.6.5) execjs + bigdecimal (3.1.8) colorator (1.1.0) - concurrent-ruby (1.2.3) + concurrent-ruby (1.3.3) domain_name (0.6.20240107) down (5.4.2) addressable (~> 2.8) @@ -16,15 +17,14 @@ GEM eventmachine (1.2.7) execjs (2.7.0) fastimage (2.3.1) - ffi (1.16.3) + ffi (1.17.0-arm64-darwin) fileutils (1.7.2) forwardable-extended (2.6.0) - google-protobuf (4.26.1-arm64-darwin) - rake (>= 13) - google-protobuf (4.26.1-x86_64-linux) + google-protobuf (4.27.1-arm64-darwin) + bigdecimal rake (>= 13) http-accept (1.7.0) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) http_parser.rb (0.8.0) i18n (1.14.5) @@ -72,11 +72,11 @@ GEM mercenary (0.4.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0507) + mime-types-data (3.2024.0604) netrc (0.11.0) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (5.0.5) + public_suffix (6.0.0) rake (13.2.1) rb-fsevent (0.11.2) rb-inotify (0.11.1) @@ -86,14 +86,13 @@ GEM http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.8) - strscan (>= 3.0.9) + rexml (3.3.1) + strscan rickshaw (0.5.0) - rouge (4.2.1) + rouge (4.3.0) safe_yaml (1.0.5) - sass-embedded (1.77.2) + sass-embedded (1.77.5-arm64-darwin) google-protobuf (>= 3.25, < 5.0) - rake (>= 13.0.0) strscan (3.1.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) @@ -102,7 +101,6 @@ GEM PLATFORMS arm64-darwin-23 - x86_64-linux DEPENDENCIES down diff --git a/_config.yml b/_config.yml index 99a64194..f598d855 100644 --- a/_config.yml +++ b/_config.yml @@ -61,13 +61,18 @@ pagination: sort_field: 'date' sort_reverse: true -jekyll-archives: - enabled: - - categories - layouts: - category: archive-category - permalinks: - category: '/kategorie/:name/' +autopages: + enabled: true + + categories: + layouts: + - 'autopage_category.html' + title: 'Artikel in #:cat' + permalink: '/kategorie/:cat' + silent: false + slugify: + mode: 'default' + case: true # Build settings markdown: kramdown @@ -81,7 +86,6 @@ plugins: - jekyll-feed - jekyll-sitemap - jekyll-paginate-v2 - - jekyll-archives exclude: - Gemfile - Gemfile.lock diff --git a/_includes/_navigation.html b/_includes/_navigation.html index 9df56da5..02a7ad61 100644 --- a/_includes/_navigation.html +++ b/_includes/_navigation.html @@ -1,7 +1,7 @@