diff --git a/Gemfile b/Gemfile index aa1f1fb..fe47857 100644 --- a/Gemfile +++ b/Gemfile @@ -14,4 +14,5 @@ end gem "wdm", "~> 0.2.0", :platforms => [:mingw, :x64_mingw, :mswin] gem "csv" # Add this line to include the csv gem -gem "base64" \ No newline at end of file +gem "base64" +gem "ffi" \ No newline at end of file diff --git a/_config.yml b/_config.yml index 68e194f..3ee338d 100644 --- a/_config.yml +++ b/_config.yml @@ -38,8 +38,8 @@ social: email: mike.slomczynski@gmail.com # change to your email address links: # The first element serves as the copyright owner's link - # https://twitter.com/username # change to your Twitter homepage - # https://github.com/username # change to your GitHub homepage + # - https://twitter.com/username # change to your Twitter homepage + - https://github.com/Mike-Slomczynski # change to your GitHub homepage # Uncomment below to add more social links # - https://www.facebook.com/username # - https://www.linkedin.com/in/username diff --git a/_posts/2025-01-02-hello-world.md b/_posts/2025-01-02-hello-world.md index 1e8b212..4d1a365 100644 --- a/_posts/2025-01-02-hello-world.md +++ b/_posts/2025-01-02-hello-world.md @@ -11,5 +11,4 @@ Hello. ```javascript console.log("Hello world.") - ``` \ No newline at end of file