💾 Archived View for cadence.moe › bliz-documentation › 10-cheatsheet.gmi captured on 2022-04-29 at 12:17:01. Gemini links have been rewritten to link to archived content
View Raw
More Information
⬅️ Previous capture (2022-03-01)
-=-=-=-=-=-=-
Bliz documentation: Cheatsheet
Quick reference for when you're familiar with the concepts or don't have the time to read the long story.
Static content
- Files in `serve/` will be served with the appropriate types.
- Folders display a file listing, except if you customise the variable `serve_index`.
- You should write a trailing slash when you write links to folders.
Read more about static content
.bliz scripting
- `gem_header` must be the first output of a script.
- % lines execute code.
- %%% lines mark the edges of code blocks.
- \%$variable_name interpolation works.
- Create global variables and functions in `personal/script-includes.fish`.
Read more about .bliz scripting
Tips for writing scripts
Supported protocols
- Gemini is served on port 1965. You can customise the port.
- Mercury (unencrypted Gemini) is served on port 1964 by default. You can customise the port or disable it.
- Spartan support can be enabled.
Read more about supported protocols
Back to documentation index