summaryrefslogtreecommitdiff
path: root/gemini.html
diff options
context:
space:
mode:
Diffstat (limited to 'gemini.html')
-rw-r--r--gemini.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/gemini.html b/gemini.html
index 4963f2a..6bfbe75 100644
--- a/gemini.html
+++ b/gemini.html
@@ -38,7 +38,7 @@
<p>As the gemini user, we can create three different directories to simplify the process:</p>
<pre><code>mkdir -p ~/gemini/{content,certificate,server}</code></pre>
<h3>Content</h3>
- <p>This will be the directory where you capsule files will be contained. Gemini uses text/gemini markup (in place of HTTP's equivalent HTML). It heavily borrows from Markdown. Similar to .html or .md, gemini uses .gmi as its extension.</p>
+ <p>This will be the directory where your capsule files will be contained. Gemini uses text/gemini markup (in place of HTTP's equivalent HTML). It heavily borrows from Markdown. Similar to .html or .md, gemini uses .gmi as its extension.</p>
<p>To create one gemini file, go inside the <code>content</code> directory and create one <code>index.gmi</code> file.</p>
<pre><code>nano gemini/content/index.gmi</code></pre>
<p>We can add the content we want in our Gemini capsule here:</p>
@@ -92,7 +92,7 @@ systemctl start agate</code></pre>
<p>Enjoy your first gemini capsule.</p>
<p>
For information about how to write in "gemtext" the markup language in Gemini, see this site: <a href="https://gemini.circumlunar.space/docs/gemtext.gmi">https://gemini.circumlunar.space/docs/gemtext.gmi</a>.
- As you might guess it also has an analogous gemini capsule here: gemini://gemini.circumlunar.space/docs/gemtext.gmi
+ As you might guess, it also has an analogous gemini capsule here: gemini://gemini.circumlunar.space/docs/gemtext.gmi
</p>
<hr>
<p><em>Written by <a href="https://nihar.page">nihar.page</a></em></p>