Skip to content

Commit 439a7e6

Browse files
authored
Merge pull request #75 from de-soot/main
fixed unable to serve
2 parents 24a66ca + 458cd46 commit 439a7e6

4 files changed

Lines changed: 38 additions & 35 deletions

File tree

Gemfile.lock

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,52 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (8.0.2)
4+
activesupport (8.1.0)
55
base64
6-
benchmark (>= 0.3)
76
bigdecimal
87
concurrent-ruby (~> 1.0, >= 1.3.1)
98
connection_pool (>= 2.2.5)
109
drb
1110
i18n (>= 1.6, < 2)
11+
json
1212
logger (>= 1.4.2)
1313
minitest (>= 5.1)
1414
securerandom (>= 0.3)
1515
tzinfo (~> 2.0, >= 2.0.5)
1616
uri (>= 0.13.1)
1717
addressable (2.8.7)
1818
public_suffix (>= 2.0.2, < 7.0)
19-
base64 (0.2.0)
20-
benchmark (0.4.0)
21-
bigdecimal (3.1.9)
19+
base64 (0.3.0)
20+
bigdecimal (3.3.1)
2221
coffee-script (2.4.1)
2322
coffee-script-source
2423
execjs
2524
coffee-script-source (1.12.2)
2625
colorator (1.1.0)
27-
commonmarker (0.23.11)
26+
commonmarker (0.23.12)
2827
concurrent-ruby (1.3.5)
29-
connection_pool (2.5.0)
30-
csv (3.3.3)
31-
dnsruby (1.72.4)
32-
base64 (~> 0.2.0)
33-
logger (~> 1.6.5)
28+
connection_pool (2.5.4)
29+
csv (3.3.5)
30+
dnsruby (1.73.0)
31+
base64 (>= 0.2)
32+
logger (~> 1.6)
3433
simpleidn (~> 0.2.1)
35-
drb (2.2.1)
34+
drb (2.2.3)
3635
em-websocket (0.5.3)
3736
eventmachine (>= 0.12.9)
3837
http_parser.rb (~> 0)
39-
ethon (0.16.0)
38+
ethon (0.17.0)
4039
ffi (>= 1.15.0)
4140
eventmachine (1.2.7)
4241
execjs (2.10.0)
43-
faraday (2.12.2)
42+
faraday (2.14.0)
4443
faraday-net_http (>= 2.0, < 3.5)
4544
json
4645
logger
47-
faraday-net_http (3.4.0)
46+
faraday-net_http (3.4.1)
4847
net-http (>= 0.5.0)
49-
ffi (1.17.1-x64-mingw-ucrt)
50-
ffi (1.17.1-x86_64-linux-gnu)
48+
ffi (1.17.2-x64-mingw-ucrt)
49+
ffi (1.17.2-x86_64-linux-gnu)
5150
forwardable-extended (2.6.0)
5251
gemoji (4.1.0)
5352
github-pages (232)
@@ -218,7 +217,7 @@ GEM
218217
gemoji (>= 3, < 5)
219218
html-pipeline (~> 2.2)
220219
jekyll (>= 3.0, < 5.0)
221-
json (2.10.2)
220+
json (2.15.1)
222221
kramdown (2.4.0)
223222
rexml
224223
kramdown-parser-gfm (1.1.0)
@@ -227,18 +226,18 @@ GEM
227226
listen (3.9.0)
228227
rb-fsevent (~> 0.10, >= 0.10.3)
229228
rb-inotify (~> 0.9, >= 0.9.10)
230-
logger (1.6.6)
229+
logger (1.7.0)
231230
mercenary (0.3.6)
232231
minima (2.5.1)
233232
jekyll (>= 3.5, < 5.0)
234233
jekyll-feed (~> 0.9)
235234
jekyll-seo-tag (~> 2.1)
236-
minitest (5.25.5)
235+
minitest (5.26.0)
237236
net-http (0.6.0)
238237
uri
239-
nokogiri (1.18.9-x64-mingw-ucrt)
238+
nokogiri (1.18.10-x64-mingw-ucrt)
240239
racc (~> 1.4)
241-
nokogiri (1.18.9-x86_64-linux-gnu)
240+
nokogiri (1.18.10-x86_64-linux-gnu)
242241
racc (~> 1.4)
243242
octokit (4.25.1)
244243
faraday (>= 1, < 3)
@@ -250,7 +249,7 @@ GEM
250249
rb-fsevent (0.11.2)
251250
rb-inotify (0.11.1)
252251
ffi (~> 1.0)
253-
rexml (3.4.2)
252+
rexml (3.4.4)
254253
rouge (3.30.0)
255254
rubyzip (2.4.1)
256255
safe_yaml (1.0.5)
@@ -273,7 +272,7 @@ GEM
273272
tzinfo-data (1.2025.2)
274273
tzinfo (>= 1.0.0)
275274
unicode-display_width (1.8.0)
276-
uri (1.0.3)
275+
uri (1.0.4)
277276
wdm (0.1.1)
278277
webrick (1.9.1)
279278

@@ -292,4 +291,4 @@ DEPENDENCIES
292291
wdm (~> 0.1.1)
293292

294293
BUNDLED WITH
295-
2.5.18
294+
2.6.9

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# de-soot.github.io
22

3-
A place on the internet where I write about my write about things that interest me.
3+
A place on the Internet where I write about stuff.
44

55
## Usage
66

_site/feed.xml

Lines changed: 13 additions & 5 deletions
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: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>
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-10-23T13:02:13+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
@@ -120,6 +120,13 @@
120120
121121
<p>which works because even though the title (<code class="language-plaintext highlighter-rouge">.TL</code>) is required, it stops at the abstract (<code class="language-plaintext highlighter-rouge">.AB</code>, which ends at <code class="language-plaintext highlighter-rouge">.AE</code>; the <code class="language-plaintext highlighter-rouge">no</code> argument suppresses the “Abstract” heading).</p>
122122
123+
<h2 id="suppress-page-headers-">Suppress Page Headers <a name="suppressheader"></a></h2>
124+
125+
<p>If instead you want to <strong>not</strong> have any page headers (including page numbering) for reasons such as plagerism report checkers potentially producing errors, disabling automatic page numbering is as easy as defining the central header to be empty:</p>
126+
127+
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>.ds CH
128+
</code></pre></div></div>
129+
123130
<h1 id="font-">Font <a name="font"></a></h1>
124131
125132
<p>Many lecturers demand assignments to be submitted in double-spaced Times New Roman in 12 point size. This section covers how to change the font family, size, style, and line spacing.</p>
@@ -238,7 +245,7 @@ join-authors " &amp; " ", " " &amp; " # Change default "and" to ampersand (&amp;
238245
. SH
239246
. ce
240247
. nop \&amp;\\*[REFERENCES]
241-
.\" sp
248+
.\" sp 2
242249
.\" nr PS 12
243250
. par@reset
244251
..
@@ -249,7 +256,7 @@ join-authors " &amp; " ", " " &amp; " # Change default "and" to ampersand (&amp;
249256
<ul>
250257
<li>To make the heading centered, put <code class="language-plaintext highlighter-rouge">.ce</code> above where the heading is rendered (<code class="language-plaintext highlighter-rouge">.nop \%\\*[REFERENCES]</code>).</li>
251258
<li>(Optional) <code class="language-plaintext highlighter-rouge">.nr PS 14</code> above it increases the font size to 14pt, just remember to reset it back to normal (12pt) with <code class="language-plaintext highlighter-rouge">.nr PS 12</code> after.</li>
252-
<li>(Optional) <code class="language-plaintext highlighter-rouge">.sp</code> adds an extra line of space below it.</li>
259+
<li>(Optional) <code class="language-plaintext highlighter-rouge">.sp 2</code> adds two extra lines of space below the heading.</li>
253260
</ul>
254261
255262
<h2 id="space-between-entries-">Space Between Entries <a name="spacebetweenentries"></a></h2>
@@ -366,8 +373,8 @@ join-authors " &amp; " ", " " &amp; " # Change default "and" to ampersand (&amp;
366373
.ds ref*spec!J ". " " "\fI" "\fP"
367374
.ds ref*spec!N """ "(" "" ")"
368375
.ds ref*spec!O ". " "
369-
.ds ref*spec!P ", " " "p.\~"
370-
.ds ref*spec!PP ", " " "pp.\~"
376+
.ds ref*spec!P ", " " "\~"
377+
.ds ref*spec!PP ", " " "\~"
371378
.ds ref*spec!T ". " "
372379
.ds ref*spec!T:0 ". " "
373380
.ds ref*spec!T:2 ". " "
@@ -383,6 +390,7 @@ join-authors " &amp; " ", " " &amp; " # Change default "and" to ampersand (&amp;
383390
<li>In both the <code class="language-plaintext highlighter-rouge">.ds ref*spec!T:0</code> and <code class="language-plaintext highlighter-rouge">.ds ref*spec!T:2</code> rows, <code class="language-plaintext highlighter-rouge">\fI</code> in <code class="language-plaintext highlighter-rouge">arg 3</code> and <code class="language-plaintext highlighter-rouge">\fP</code> in <code class="language-plaintext highlighter-rouge">arg 5</code> are removed to not italicise the text and because of redundancy (<code class="language-plaintext highlighter-rouge">\fP</code> resets font style back to the previous style), respectively.</li>
384391
<li>In the <code class="language-plaintext highlighter-rouge">.ds ref*spec!V</code> row, its <code class="language-plaintext highlighter-rouge">arg 1</code> is changed from empty (<code class="language-plaintext highlighter-rouge">""</code>) to a comma (<code class="language-plaintext highlighter-rouge">,</code>) to add a comma after the journal/periodical field; its <code class="language-plaintext highlighter-rouge">arg 3</code> is changed from bold-ing (<code class="language-plaintext highlighter-rouge">\fI</code>) to italicising (<code class="language-plaintext highlighter-rouge">\fB</code>) the text.</li>
385392
<li>All <code class="language-plaintext highlighter-rouge">\fP</code> in <code class="language-plaintext highlighter-rouge">arg 5</code> are moved to <code class="language-plaintext highlighter-rouge">arg 4</code> to make sure the punctuations after each field are not in bold or italics.</li>
393+
<li>When numbering pages, APA does not denote with <code class="language-plaintext highlighter-rouge">p.</code> for single pages or <code class="language-plaintext highlighter-rouge">pp.</code> for page ranges, so they were removed in their respective rows.</li>
386394
</ul>
387395
388396
<h3 id="period-suppression-">Period Suppression <a name="periodsuppression"></a></h3>

_site/sitemap.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,4 @@
2222
<url>
2323
<loc>http://localhost:4000/</loc>
2424
</url>
25-
<url>
26-
<loc>http://localhost:4000/google79ff2fc0ec05eea5.html</loc>
27-
<lastmod>2025-02-07T23:02:37+08:00</lastmod>
28-
</url>
2925
</urlset>

0 commit comments

Comments
 (0)