Commit 9f2a3fbb authored by Henk Verlinde's avatar Henk Verlinde
Browse files

feat: update blog single template

parent 75d250b2
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
---
title: "{{ replace .Name "-" " " | title }}"
description: ""
lead: ""
excerpt: ""
date: {{ .Date }}
lastmod: {{ .Date }}
draft: true
weight: 50
images: ["{{ .Name | urlize }}.jpg"]
images: []
categories: []
tags: []
contributors: []
pinned: false
homepage: false
---
+6 −0
Original line number Diff line number Diff line
@@ -570,3 +570,9 @@ $navbar-dark-active-color: $link-color-dark;
[data-dark-mode] details summary::before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28222, 226, 230, 0.75%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}

[data-dark-mode] .btn-light {
  color: $link-color-dark;
  background: $body-overlay-dark;
  border: 1px solid $body-overlay-dark;
}
+2 −0
Original line number Diff line number Diff line
@@ -59,6 +59,8 @@ rel = "sitemap"

[taxonomies]
  contributor = "contributors"
  category = "categories"
  tag = "tags"

[permalinks]
  blog = "/blog/:title/"
+5 −1
Original line number Diff line number Diff line
---
title: "Say hello to Doks 👋"
description: "Introducing Doks, a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready  by default."
lead: "Introducing Doks, a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready  by default."
excerpt: "Introducing Doks, a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready  by default."
date: 2020-11-04T09:19:42+01:00
lastmod: 2020-11-04T09:19:42+01:00
draft: false
weight: 50
images: ["say-hello-to-doks.png"]
categories: []
tags: []
contributors: ["Henk Verlinde"]
pinned: false
homepage: false
---
Loading