{{ .Title }}
+ {{ partial "post-header.html" .}} + {{ if .Params.Subtitle }}{{ .Params.Subtitle }}
{{ end }} ++ {{ .Summary }}{{ if .Truncated }}...{{ end }} +
+diff --git a/config.yaml b/config.yaml index 3163a6d..d35d91b 100644 --- a/config.yaml +++ b/config.yaml @@ -3,7 +3,7 @@ languageCode: en-us title: yequari.com theme: dreamcast params: - about: "I write code and occasionally blog posts." + # about: "I write code and occasionally blog posts." webmentions: https://webmention.io/yequari.com/webmention pingbacks: https://webmention.io/yequari.com/xmlrpc taxonomies: @@ -36,27 +36,27 @@ menu: pageRef: /links weight: 60 social: - - name: yequari@retro.pizza + - name: Mastodon params: rel: external icon: aero-mastodon.svg class: masto url: https://retro.pizza/@yequari weight: 10 - - name: rss feed + - name: RSS params: icon: aero-rss.svg class: rss url: /blog/index.xml weight: 5 - - name: yequari@32bit.cafe + - name: Email params: icon: aero-email-2.svg rel: external class: email url: mailto:yequari@32bit.cafe weight: 30 - - name: yequari@ cardgameson.motorcycles + - name: XMPP params: rel: external icon: aero-chat.svg diff --git a/layouts/blog/list.html b/layouts/blog/list.html new file mode 100644 index 0000000..9992ed7 --- /dev/null +++ b/layouts/blog/list.html @@ -0,0 +1,22 @@ +{{ define "main" }} +
{{ .Params.Subtitle }}
{{ end }} ++ {{ .Summary }}{{ if .Truncated }}...{{ end }} +
+- I'm yequari. I like programming, tabletop games, and the Transformers. -
+ -