diff --git a/Gemfile.lock b/Gemfile.lock
index e3ccdc9..595721a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
- activesupport (8.0.1)
+ activesupport (8.0.2)
base64
benchmark (>= 0.3)
bigdecimal
@@ -27,9 +27,10 @@ GEM
commonmarker (0.23.11)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
- csv (3.3.2)
- dnsruby (1.72.3)
+ csv (3.3.3)
+ dnsruby (1.72.4)
base64 (~> 0.2.0)
+ logger (~> 1.6.5)
simpleidn (~> 0.2.1)
drb (2.2.1)
em-websocket (0.5.3)
@@ -217,7 +218,7 @@ GEM
gemoji (>= 3, < 5)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
- json (2.9.1)
+ json (2.10.2)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
@@ -226,18 +227,18 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
- logger (1.6.5)
+ logger (1.6.6)
mercenary (0.3.6)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
- minitest (5.25.4)
+ minitest (5.25.5)
net-http (0.6.0)
uri
- nokogiri (1.18.3-x64-mingw-ucrt)
+ nokogiri (1.18.6-x64-mingw-ucrt)
racc (~> 1.4)
- nokogiri (1.18.3-x86_64-linux-gnu)
+ nokogiri (1.18.6-x86_64-linux-gnu)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
@@ -249,7 +250,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
- rexml (3.4.0)
+ rexml (3.4.1)
rouge (3.30.0)
rubyzip (2.4.1)
safe_yaml (1.0.5)
@@ -269,10 +270,10 @@ GEM
ethon (>= 0.9.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
- tzinfo-data (1.2025.1)
+ tzinfo-data (1.2025.2)
tzinfo (>= 1.0.0)
unicode-display_width (1.8.0)
- uri (1.0.2)
+ uri (1.0.3)
wdm (0.1.1)
webrick (1.9.1)
diff --git a/_site/README.md b/_site/README.md
index a855682..1c735b1 100644
--- a/_site/README.md
+++ b/_site/README.md
@@ -11,20 +11,20 @@ Click [here](https://de-soot.github.io)
### Run Locally
1) [Clone](https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories) this github repository onto your computer by simply downloading the source code from this Github repository, or by using [`git`](https://git-scm.com):
-```
+```sh
git clone https://github.com/de-soot/de-soot.github.io
```
2) Follow [this guide](https://jekyllrb.com/docs/installation) to install the prerequisites for Jekyll for your system if you have not already done so.
3) Once all requirements are installed, run the following command below in a command line terminal:
-```
+```sh
gem install jekyll bundler
```
4) Now that everything's installed and good to go, navigate the terminal to the directory where the you downloaded the copy of the Github repository, like so:
-```
+```sh
cd "{Path of source code folder}"
```
5) Enter this command:
-```
+```sh
bundle exec jekyll serve
```
6) Navigate to http://localhost:4000 in a browser.
diff --git a/_site/feed.xml b/_site/feed.xml
index c43a90a..4f1e615 100644
--- a/_site/feed.xml
+++ b/_site/feed.xml
@@ -1,4 +1,4 @@
-