2020-11-03 15:46:20 -08:00
|
|
|
{{readFile (replace (replace $.File.Path ".md" ".gmi") ".html" ".gmi") | safeHTML}}
|
|
|
|
|
2020-11-18 22:55:50 -08:00
|
|
|
## Gemlog posts
|
2020-11-03 15:46:20 -08:00
|
|
|
{{ range (where .Site.RegularPages "Section" "posts") }}
|
|
|
|
{{- if .OutputFormats.Get "gemtext" }}
|
2020-11-25 22:38:16 -08:00
|
|
|
=> {{replace .Permalink "/gemini" "" 1}} {{ .Date.Format "2006-01-02" }}: {{.Title | safeHTML}}{{ end }}{{ end }}
|
2020-11-03 15:46:20 -08:00
|
|
|
|
|
|
|
=> posts/index.xml RSS feed
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
## Other versions of this website
|
|
|
|
|
2022-04-28 20:49:33 -07:00
|
|
|
=> https://seirdy.one/ Canonical WWW version
|
|
|
|
=> https://envs.net/%7Eseirdy/ Tildeverse "rough draft" WWW version
|
|
|
|
=> gemini://seirdy.one/ Canonical Gemini capsule
|
|
|
|
=> gemini://envs.net/%7Eseirdy/ Tildeverse "rough draft" Gemini capsule
|
2020-11-03 15:46:20 -08:00
|
|
|
|
|
|
|
{{ .Site.Params.copyright }}
|
|
|
|
=> {{ .Site.Params.src }} Website source code
|
|
|
|
|