diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2021-07-05 09:33:36 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2021-07-05 09:33:36 -0400 |
| commit | 22299f84d39c26dd661a217809ae3174ccfaf4eb (patch) | |
| tree | 588a1440873524b3172e31c517366e8b15a1e043 /gemini.html | |
| parent | 935d9d26748281437157cffc10e949382f39b9d3 (diff) | |
spell form
Diffstat (limited to 'gemini.html')
| -rw-r--r-- | gemini.html | 4 |
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> |
