diff --git a/Gemfile b/Gemfile index 2b48153..001d141 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,10 @@ source "https://rubygems.org" ruby RUBY_VERSION +# fix for error https://github.com/ffi/ffi/issues/1103: +# ffi-1.17.0-x86_64-linux-musl requires rubygems version >= 3.3.22, which is +gem "ffi", "< 1.17" + # Hello! This is where you manage which Jekyll version is used to run. # When you want to use a different version, change it below, save the # file and run `bundle install`. Run Jekyll with `bundle exec`, like so: diff --git a/_config.yml b/_config.yml index e6ea57b..4f7d029 100644 --- a/_config.yml +++ b/_config.yml @@ -21,7 +21,7 @@ description: > # this means to ignore newlines until "baseurl:" The next generation Linux workstation, designed for reliability, performance, and sustainability. Built for the love of the game. Welcome to indie Cloud Native. # Add your baseurl here (your repository) but DO NOT CHANGE THE LINE NUMBER without editing .circleci/circle_urls.sh -baseurl: "/" # the subpath of your site, e.g. /blog +baseurl: "" # the subpath of your site, e.g. /blog # This is mostly for testing url: "https://docs.projectbluefin.io" # the base hostname & protocol for your site diff --git a/_includes/footer.html b/_includes/footer.html index a3b1758..33816ad 100755 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -2,7 +2,12 @@
Bluefin is built with Universal Blue. Evolve.
+Bluefin is built with Universal Blue. Evolve.