diff --git a/config.yaml b/config.yaml index 31ee038..a589153 100644 --- a/config.yaml +++ b/config.yaml @@ -4,24 +4,30 @@ title: yequari.com theme: dreamcast params: about: "I write code and occasionally blog posts." +taxonomies: + category: categories + tag: tags + year: year permalinks: page: blog: /blog/:year/:month/:slugorfilename/ + term: + year: /blog/:slug/ menu: main: - - name: HOME + - name: Home pageRef: / weight: 10 - - name: BLOG + - name: Blog pageRef: /blog weight: 20 - - name: PROJECTS + - name: Projects pageRef: /projects weight: 30 - - name: NOW + - name: Now pageRef: /now weight: 40 - - name: LINKS + - name: Links pageRef: /links weight: 50 social: @@ -34,13 +40,13 @@ menu: weight: 10 - name: rss feed params: - icon: rss-fill.png + icon: aero-rss.svg class: rss url: /blog/index.xml weight: 5 - name: yequari[a]32bit[.]cafe params: - icon: mail-line.png + icon: aero-email-2.svg rel: external class: email url: diff --git a/layouts/links/list.html b/layouts/links/list.html index f24c466..18499df 100644 --- a/layouts/links/list.html +++ b/layouts/links/list.html @@ -1,5 +1,4 @@ {{ define "main" }} -
.
{{ .Summary }}
- Read More > - {{ end }} +{{ .Summary }}...