Skip to content

Commit 765c6ae

Browse files
authored
Merge pull request #69 from de-soot/main
bundle update
2 parents 32ac399 + fbc148d commit 765c6ae

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

Gemfile.lock

+12-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (8.0.1)
4+
activesupport (8.0.2)
55
base64
66
benchmark (>= 0.3)
77
bigdecimal
@@ -27,9 +27,10 @@ GEM
2727
commonmarker (0.23.11)
2828
concurrent-ruby (1.3.5)
2929
connection_pool (2.5.0)
30-
csv (3.3.2)
31-
dnsruby (1.72.3)
30+
csv (3.3.3)
31+
dnsruby (1.72.4)
3232
base64 (~> 0.2.0)
33+
logger (~> 1.6.5)
3334
simpleidn (~> 0.2.1)
3435
drb (2.2.1)
3536
em-websocket (0.5.3)
@@ -217,7 +218,7 @@ GEM
217218
gemoji (>= 3, < 5)
218219
html-pipeline (~> 2.2)
219220
jekyll (>= 3.0, < 5.0)
220-
json (2.9.1)
221+
json (2.10.2)
221222
kramdown (2.4.0)
222223
rexml
223224
kramdown-parser-gfm (1.1.0)
@@ -226,18 +227,18 @@ GEM
226227
listen (3.9.0)
227228
rb-fsevent (~> 0.10, >= 0.10.3)
228229
rb-inotify (~> 0.9, >= 0.9.10)
229-
logger (1.6.5)
230+
logger (1.6.6)
230231
mercenary (0.3.6)
231232
minima (2.5.1)
232233
jekyll (>= 3.5, < 5.0)
233234
jekyll-feed (~> 0.9)
234235
jekyll-seo-tag (~> 2.1)
235-
minitest (5.25.4)
236+
minitest (5.25.5)
236237
net-http (0.6.0)
237238
uri
238-
nokogiri (1.18.3-x64-mingw-ucrt)
239+
nokogiri (1.18.6-x64-mingw-ucrt)
239240
racc (~> 1.4)
240-
nokogiri (1.18.3-x86_64-linux-gnu)
241+
nokogiri (1.18.6-x86_64-linux-gnu)
241242
racc (~> 1.4)
242243
octokit (4.25.1)
243244
faraday (>= 1, < 3)
@@ -249,7 +250,7 @@ GEM
249250
rb-fsevent (0.11.2)
250251
rb-inotify (0.11.1)
251252
ffi (~> 1.0)
252-
rexml (3.4.0)
253+
rexml (3.4.1)
253254
rouge (3.30.0)
254255
rubyzip (2.4.1)
255256
safe_yaml (1.0.5)
@@ -269,10 +270,10 @@ GEM
269270
ethon (>= 0.9.0)
270271
tzinfo (2.0.6)
271272
concurrent-ruby (~> 1.0)
272-
tzinfo-data (1.2025.1)
273+
tzinfo-data (1.2025.2)
273274
tzinfo (>= 1.0.0)
274275
unicode-display_width (1.8.0)
275-
uri (1.0.2)
276+
uri (1.0.3)
276277
wdm (0.1.1)
277278
webrick (1.9.1)
278279

_site/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ Click [here](https://de-soot.github.io)
1111
### Run Locally
1212

1313
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):
14-
```
14+
```sh
1515
git clone https://github.com/de-soot/de-soot.github.io
1616
```
1717
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.
1818
3) Once all requirements are installed, run the following command below in a command line terminal:
19-
```
19+
```sh
2020
gem install jekyll bundler
2121
```
2222
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:
23-
```
23+
```sh
2424
cd "{Path of source code folder}"
2525
```
2626
5) Enter this command:
27-
```
27+
```sh
2828
bundle exec jekyll serve
2929
```
3030
6) Navigate to http://localhost:4000 in a browser.

_site/feed.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2025-02-25T22:14:35+08:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">de_soot</title><subtitle>Hosted on Github Pages</subtitle><entry><title type="html">Guide to APA with groff ms and refer</title><link href="http://localhost:4000/groff-apa" rel="alternate" type="text/html" title="Guide to APA with groff ms and refer" /><published>2025-02-07T00:00:00+08:00</published><updated>2025-02-07T00:00:00+08:00</updated><id>http://localhost:4000/groff-apa</id><content type="html" xml:base="http://localhost:4000/groff-apa"><![CDATA[<p>This guide explains why and how I used groff with the ms and refer macros to write my college essay in Neovim.</p>
1+
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2025-02-25T22:52:43+08:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">de_soot</title><subtitle>Hosted on Github Pages</subtitle><entry><title type="html">Guide to APA with groff ms and refer</title><link href="http://localhost:4000/groff-apa" rel="alternate" type="text/html" title="Guide to APA with groff ms and refer" /><published>2025-02-07T00:00:00+08:00</published><updated>2025-02-07T00:00:00+08:00</updated><id>http://localhost:4000/groff-apa</id><content type="html" xml:base="http://localhost:4000/groff-apa"><![CDATA[<p>This guide explains why and how I used groff with the ms and refer macros to write my college essay in Neovim.</p>
22
33
<h1 id="table-of-contents-">Table of Contents <a name="tableofcontents"></a></h1>
44

0 commit comments

Comments
 (0)