diff --git a/.static b/.static deleted file mode 100644 index 7b4d4ba..0000000 --- a/.static +++ /dev/null @@ -1 +0,0 @@ -static diff --git a/Gemfile b/Gemfile index a17d9b0..70cf9fb 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby File.read('.ruby-version').strip -gem 'bridgetown', '~> 1.3.2' +gem 'bridgetown', '~> 1.3.3' gem 'bridgetown-feed', '~> 3.1' # A Bridgetown plugin to generate an Atom feed of your Bridgetown posts gem 'bridgetown-seo-tag', '~> 6.0' # A Bridgetown plugin to add metadata tags for search engines and social networks diff --git a/Gemfile.lock b/Gemfile.lock index 271eabc..9a496d7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,17 +15,17 @@ GEM tzinfo (~> 2.0) addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) - amazing_print (1.5.0) + amazing_print (1.6.0) ast (2.4.2) base64 (0.2.0) - bigdecimal (3.1.6) - bridgetown (1.3.2) - bridgetown-builder (= 1.3.2) - bridgetown-core (= 1.3.2) - bridgetown-paginate (= 1.3.2) - bridgetown-builder (1.3.2) - bridgetown-core (= 1.3.2) - bridgetown-core (1.3.2) + bigdecimal (3.1.7) + bridgetown (1.3.3) + bridgetown-builder (= 1.3.3) + bridgetown-core (= 1.3.3) + bridgetown-paginate (= 1.3.3) + bridgetown-builder (1.3.3) + bridgetown-core (= 1.3.3) + bridgetown-core (1.3.3) activemodel (>= 6.0, < 8.0) activesupport (>= 6.0, < 8.0) addressable (~> 2.4) @@ -43,15 +43,15 @@ GEM listen (~> 3.0) rake (>= 13.0) roda (~> 3.46) - rouge (~> 3.0) + rouge (>= 3.0, < 5.0) serbea (~> 1.0) thor (~> 1.1) tilt (~> 2.0) zeitwerk (~> 2.5) bridgetown-feed (3.1.2) bridgetown (>= 1.2.0.beta2, < 2.0) - bridgetown-paginate (1.3.2) - bridgetown-core (= 1.3.2) + bridgetown-paginate (1.3.3) + bridgetown-core (= 1.3.3) bridgetown-seo-tag (6.0.0) bridgetown (>= 1.2.0.beta5, < 2.0) bridgetown-svg-inliner (2.0.0) @@ -72,7 +72,7 @@ GEM ffi (1.16.3) hash_with_dot_access (1.2.0) activesupport (>= 5.0.0, < 8.0) - i18n (1.14.1) + i18n (1.14.4) concurrent-ruby (~> 1.0) json (2.7.1) kramdown (2.4.0) @@ -85,7 +85,7 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mini_portile2 (2.8.4) - minitest (5.22.2) + minitest (5.22.3) mutex_m (0.2.0) net-http (0.4.1) uri @@ -109,9 +109,9 @@ GEM ffi (~> 1.0) regexp_parser (2.9.0) rexml (3.2.6) - roda (3.77.0) + roda (3.78.0) rack - rouge (3.30.0) + rouge (4.2.1) rubocop (1.62.1) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -142,7 +142,7 @@ PLATFORMS ruby DEPENDENCIES - bridgetown (~> 1.3.2) + bridgetown (~> 1.3.3) bridgetown-feed (~> 3.1) bridgetown-seo-tag (~> 6.0) bridgetown-svg-inliner (~> 2.0) diff --git a/bridgetown.config.yml b/bridgetown.config.yml deleted file mode 100644 index b0640f5..0000000 --- a/bridgetown.config.yml +++ /dev/null @@ -1,18 +0,0 @@ -# Welcome to Bridgetown! -# -# This config file is for settings that affect your whole site, values -# which you are expected to set up once and rarely edit after that. -# -# For technical reasons, this file is *NOT* reloaded automatically when you use -# `bin/bridgetown start`. If you change this file, please restart the server process. -# -# For reloadable site metadata like title, SEO description, social media -# handles, etc., take a look at `src/_data/site_metadata.yml` -# -# If you need help with YAML syntax, here are some quick references for you: -# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml -# https://learnxinyminutes.com/docs/yaml/ -# - -pagination: - enabled: false