2020-11-03 23:46:20 +00:00
|
|
|
{{readFile (replace (replace $.File.Path ".md" ".gmi") ".html" ".gmi") | safeHTML}}
|
|
|
|
|
2020-11-19 06:55:50 +00:00
|
|
|
## Gemlog posts
|
2020-11-03 23:46:20 +00:00
|
|
|
{{ range (where .Site.RegularPages "Section" "posts") }}
|
|
|
|
{{- if .OutputFormats.Get "gemtext" }}
|
2020-11-26 06:38:16 +00:00
|
|
|
=> {{replace .Permalink "/gemini" "" 1}} {{ .Date.Format "2006-01-02" }}: {{.Title | safeHTML}}{{ end }}{{ end }}
|
2020-11-03 23:46:20 +00:00
|
|
|
|
|
|
|
=> posts/index.xml RSS feed
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
## Other versions of this website
|
|
|
|
|
2022-04-29 03:49:33 +00: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 23:46:20 +00:00
|
|
|
|
|
|
|
{{ .Site.Params.copyright }}
|
|
|
|
=> {{ .Site.Params.src }} Website source code
|
|
|
|
|