Skip to content

0.1.61a

Choose a tag to compare

@RobertCraigie RobertCraigie released this 02 May 04:25
Immutable release. Only release title and notes can be modified.
687ae84

Experimental support for the gemini protocol

This release adds experimental support for the gemini:// protocol. A lightweight, document oriented protocol.

This is experimental as it has not been thoroughly tested, and the full gemini protocol has not been implemented yet.

If you've just installed this version then you can try it out at any of the following sites:

  • gemini://geminiprotocol.net
  • gemini://midnight.pub
  • gemini://bbs.geminispace.org
  • gemini://warmedal.se/~antenna/

The default styling is intentionally minimal, you can custommise it however you'd like with glide.o.gemini_styles:

glide.o.gemini_styles = css`
  html {
    margin: 20px;
  }
  body {
    max-width: 800px;
    font-family: serif;
    line-height: 1.6;
  }
  /* ... */
`;

Changes