diff options
| author | Christian Cleberg <[email protected]> | 2024-05-01 21:45:52 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-05-01 21:45:52 -0500 |
| commit | 7d3b5175f2d9d016b06190273fcfeb380a460b3f (patch) | |
| tree | 71139c9021b09704b2d45be3b64d54e2acbae55f /content/blog/2021-04-17-gemini-server.md | |
| parent | 7c70a351e25106ceff49ff8ee0a38e2a545f62f0 (diff) | |
| download | cleberg.net-7d3b5175f2d9d016b06190273fcfeb380a460b3f.tar.gz cleberg.net-7d3b5175f2d9d016b06190273fcfeb380a460b3f.tar.bz2 cleberg.net-7d3b5175f2d9d016b06190273fcfeb380a460b3f.zip | |
prettier formatting and rewrap lines
Diffstat (limited to 'content/blog/2021-04-17-gemini-server.md')
| -rw-r--r-- | content/blog/2021-04-17-gemini-server.md | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/content/blog/2021-04-17-gemini-server.md b/content/blog/2021-04-17-gemini-server.md index 19b336f..4082679 100644 --- a/content/blog/2021-04-17-gemini-server.md +++ b/content/blog/2021-04-17-gemini-server.md @@ -76,9 +76,9 @@ sudo ./install.sh # Configure the Gemini Service We have a little more to do, but since this script tries to immediately run the -service, it will likely fail with an exit code. Let's add our finishing -touches. Edit the following file and replace the hostname with your desired URL. -You can also change the directory where content will be served. +service, it will likely fail with an exit code. Let's add our finishing touches. +Edit the following file and replace the hostname with your desired URL. You can +also change the directory where content will be served. ```sh sudo nano /etc/systemd/system/gemini.service @@ -130,19 +130,18 @@ sudo ufw reload # Creating Content -Let's create the Gemini capsule. Note that wherever you set the -WorkingDirectory variable to earlier, Agate will expect you to put your Gemini -capsule contents in a sub-folder called "content." So, I place my files in -"/var/gmi/content." I'm going to create that folder now and put a file in -there. +Let's create the Gemini capsule. Note that wherever you set the WorkingDirectory +variable to earlier, Agate will expect you to put your Gemini capsule contents +in a sub-folder called "content." So, I place my files in "/var/gmi/content." +I'm going to create that folder now and put a file in there. ```sh sudo mkdir /var/gemini/content sudo nano /var/gemini/content/index.gmi ``` -You can put whatever you want in the "index.gmi" file, just make sure it's -valid Gemtext. +You can put whatever you want in the "index.gmi" file, just make sure it's valid +Gemtext. # The Results @@ -153,9 +152,9 @@ Here are some screenshots of the Gemini page I just created in the  -*Lagrange* +_Lagrange_  -*Amfora* +_Amfora_ |
