-

Notes, notes and notes

-

Notes about things I learn, things I do, things I want to remember, but never do.

+

Notes, notes and notes

+

+ Notes about things I learn, things I do, things I want to remember, + but never do. You can subscribe to this + RSS feed + which contains only the notes without the blog posts. +


diff --git a/themes/simple/layouts/partials/head.html b/themes/simple/layouts/partials/head.html index 522c9a2..6d40525 100644 --- a/themes/simple/layouts/partials/head.html +++ b/themes/simple/layouts/partials/head.html @@ -5,6 +5,7 @@ + diff --git a/themes/simple/layouts/section/notes.xml b/themes/simple/layouts/section/notes.xml new file mode 100644 index 0000000..7d4c52a --- /dev/null +++ b/themes/simple/layouts/section/notes.xml @@ -0,0 +1,27 @@ + + + + + {{ .Site.Author.name }} - Notes + {{ .Permalink }} + {{ .Site.Params.description }} + en-us + + {{ range (where .Site.RegularPages "Section" "notes") }} + + + {{ .Title }} + {{ .Permalink }} + {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} + {{ with .Site.Author.email }}{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}} + {{ .Permalink }} + + {{ " + {{ " + + + {{end}} + + + + -- cgit v1.2.3