From 94ec229b3f5c57cb7a35062cb1ff3db4c110d23f Mon Sep 17 00:00:00 2001 From: Husseinat Etti-Balogun Date: Sat, 26 Oct 2024 10:49:58 +0900 Subject: [PATCH] added base64 to gemfile --- Gemfile | 2 ++ Gemfile.lock | 2 ++ _config.yml | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index e9a4ae6..4b7af1a 100644 --- a/Gemfile +++ b/Gemfile @@ -5,3 +5,5 @@ gem "jekyll", "~> 4.3.3" # installed by `gem jekyll` gem "just-the-docs", "0.9.0" # pinned to the current release # gem "just-the-docs" # always download the latest release + +gem "base64", "~> 0.2.0" \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 2622f2e..2e0f059 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,6 +3,7 @@ GEM specs: addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) + base64 (0.2.0) bigdecimal (3.1.8) colorator (1.1.0) concurrent-ruby (1.3.4) @@ -85,6 +86,7 @@ PLATFORMS x86_64-linux-gnu DEPENDENCIES + base64 (~> 0.2.0) jekyll (~> 4.3.3) just-the-docs (= 0.9.0) diff --git a/_config.yml b/_config.yml index 9980414..035377e 100644 --- a/_config.yml +++ b/_config.yml @@ -48,7 +48,7 @@ nav_enabled: true # appears at the bottom of every page's main content # Note: The footer_content option is deprecated and will be removed in a future major release. Please use `_includes/footer_custom.html` for more robust markup / liquid-based content. -footer_content: "Copyright © 2017-2020 Patrick Marsceill. Distributed by an MIT license." +footer_content: "Copyright © 2015-2024 Laboratory of Lean Satellite Enterprises and In-Orbit Experiment. Distributed by an MIT license." # Footer last edited timestamp last_edit_timestamp: true # show or hide edit time - page must have `last_modified_date` defined in the frontmatter @@ -57,7 +57,7 @@ last_edit_time_format: "%b %e %Y at %I:%M %p" # uses ruby's time format: https:/ # Footer "Edit this page on GitHub" link text gh_edit_link: true # show or hide edit this page link gh_edit_link_text: "Edit this page on GitHub." -gh_edit_repository: "https://github.com/just-the-docs/just-the-docs" # the github URL for your repo +gh_edit_repository: "https://github.com/BIRDSOpenSource/docs" # the github URL for your repo gh_edit_branch: "main" # the branch that your docs is served from # gh_edit_source: docs # the source that your files originate from gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately