diff --git a/config.yml b/config.yml index 06cd1fc..16fa0b4 100644 --- a/config.yml +++ b/config.yml @@ -11,29 +11,19 @@ params: summaryLength: 40 - -mediaTypes: - "application/atom": - suffix: atom outputFormats: markdown: name: "txt" mediaType: "text/plain" isPlainText: true - atom: - name: "atom" - mediaType: "application/atom" - isPlainText: false outputs: home: - "html" - "rss" - - "atom" - "json" section: - "html" - "rss" - - "atom" - "txt" page: - "html" diff --git a/layouts/_default/list.atom b/layouts/_default/list.atom deleted file mode 100644 index b90a475..0000000 --- a/layouts/_default/list.atom +++ /dev/null @@ -1,39 +0,0 @@ - - - {{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }} - A subtitle. - - - {{ .Permalink }} - {{ now.Format .Site.Params.iso8601 }} - {{ absURL "/img/logo-transparent.png" }} - {{ absURL "/img/logo-transparent.png" }} - - {{ .Site.Params.author }} - {{ absURL "/" }} - - - {{ partial "copyright.html" . | html }} - - - {{ range .Data.Pages }} - - {{ .Title }} - - {{ .Permalink }} - {{ .Date.Format .Site.Params.iso8601 }} - {{ .Date.Format .Site.Params.iso8601 }} - - {{ partial "copyright.html" . | html }} - - {{ base64Encode .Summary }} - - {{ base64Encode .Content }} - - - {{ .Site.Params.author }} - {{ absURL "/" }} - - - {{ end }} -