You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
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.
18
18
3) Once all requirements are installed, run the following command below in a command line terminal:
19
-
```
19
+
```sh
20
20
gem install jekyll bundler
21
21
```
22
22
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
24
24
cd"{Path of source code folder}"
25
25
```
26
26
5) Enter this command:
27
-
```
27
+
```sh
28
28
bundle exec jekyll serve
29
29
```
30
30
6) Navigate to http://localhost:4000 in a browser.
Copy file name to clipboardExpand all lines: _site/feed.xml
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
<?xml version="1.0" encoding="utf-8"?><feedxmlns="http://www.w3.org/2005/Atom" ><generatoruri="https://jekyllrb.com/"version="3.10.0">Jekyll</generator><linkhref="http://localhost:4000/feed.xml"rel="self"type="application/atom+xml" /><linkhref="http://localhost:4000/"rel="alternate"type="text/html" /><updated>2025-02-25T22:14:35+08:00</updated><id>http://localhost:4000/feed.xml</id><titletype="html">de_soot</title><subtitle>Hosted on Github Pages</subtitle><entry><titletype="html">Guide to APA with groff ms and refer</title><linkhref="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><contenttype="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"?><feedxmlns="http://www.w3.org/2005/Atom" ><generatoruri="https://jekyllrb.com/"version="3.10.0">Jekyll</generator><linkhref="http://localhost:4000/feed.xml"rel="self"type="application/atom+xml" /><linkhref="http://localhost:4000/"rel="alternate"type="text/html" /><updated>2025-02-25T22:52:43+08:00</updated><id>http://localhost:4000/feed.xml</id><titletype="html">de_soot</title><subtitle>Hosted on Github Pages</subtitle><entry><titletype="html">Guide to APA with groff ms and refer</title><linkhref="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><contenttype="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>
2
2
3
3
<h1 id="table-of-contents-">Table of Contents <a name="tableofcontents"></a></h1>
0 commit comments