no templates for now + rsync fix
parent
03323aa5c7
commit
bec29134f0
@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<title>{{ .Title }}</title>
|
||||
<id>{{ index site.URLs 0 }}{{ .Path }}</id>
|
||||
<link href="{{ index site.URLs 1 }}{{ .Path }}" rel="alternate"/>
|
||||
<link href="{{ index site.URLs 0 }}{{ .Path }}atom.xml" rel="self"/>
|
||||
<updated>{{ .Updated.Format "2006-01-02T15:04:05Z07:00" }}</updated>
|
||||
{{ range .Entries }}<entry>
|
||||
<id>{{ index site.URLs 0 }}{{ .Path }}</id>
|
||||
<title>{{ .Title }}</title>
|
||||
<author>
|
||||
<name>{{ site.Title }}</name>
|
||||
<email>mail@{{ site.Title }}</email>
|
||||
</author>
|
||||
<updated>{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}</updated>
|
||||
{{- $path := .Path }}
|
||||
{{- range site.URLs }}
|
||||
<link href="{{ . }}{{ $path }}" rel="alternate"/>
|
||||
{{- end }}
|
||||
</entry>
|
||||
{{ end -}}
|
||||
</feed>
|
@ -1,3 +0,0 @@
|
||||
# {{ site.Title }}
|
||||
|
||||
{{ if .Content }}{{ .Content }}{{ end }}
|
@ -1,3 +0,0 @@
|
||||
{{ if .Title }}# {{ .Title }}{{ end }}
|
||||
{{ .Content }}
|
||||
=> //{{ site.Title }} {{ site.Title }}
|
@ -1,9 +0,0 @@
|
||||
# talon.computer/log
|
||||
=> https://creativecommons.org/share-your-work/public-domain/cc0/ CC0
|
||||
=> {{ .Path }}atom.xml atom feed
|
||||
{{- if .Content }}{{ .Content }}{{ end }}
|
||||
|
||||
{{ range .Pages }}=> {{ .Path }} {{ if not .Date.IsZero -}}
|
||||
{{.Date.Format "2006-01-02"}} {{end}}{{.Title}}
|
||||
{{ end }}
|
||||
=> //{{ site.Title }} home
|
@ -1,6 +0,0 @@
|
||||
# {{ if .Title }}{{ .Title }}{{ end }}
|
||||
## {{ if .Date }}{{ .Date.Format "2006-01-02" }}{{ end }}
|
||||
|
||||
{{ .Content }}
|
||||
=> /log/ more entries
|
||||
=> //{{ site.Title }} {{ site.Title }}
|
Loading…
Reference in New Issue