2020-11-24 22:46:02 +00:00
|
|
|
# Gemini Capsule - Nick Thomas
|
|
|
|
|
|
|
|
## Introduction
|
|
|
|
|
|
|
|
Gemini is awesome. This is my capsule. It replaces the old website:
|
|
|
|
|
|
|
|
=> https://ur.gs Old HTTP website
|
|
|
|
|
|
|
|
The Gemini capsule is hosted here:
|
|
|
|
|
|
|
|
=> gemini://ur.gs
|
|
|
|
|
|
|
|
## Tools
|
|
|
|
|
|
|
|
=> https://sr.ht/~adnano/kiln Kiln static site generator
|
2020-11-26 22:49:49 +00:00
|
|
|
=> gemini://80h.dev/projects/gemserv/ Gemserv Gemini server
|
2020-11-24 22:46:02 +00:00
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
Ensure Kiln is installed and run:
|
|
|
|
|
|
|
|
```
|
|
|
|
make
|
|
|
|
```
|
|
|
|
|
2020-11-26 22:49:49 +00:00
|
|
|
Feed the dst/ directory to Gemserv. I used to use Agate, but now I need cgi-bin
|
|
|
|
support.
|