Starting blog post migration

This commit is contained in:
Jim Bennett
2022-08-25 02:29:32 +00:00
parent 1e9d92f0c9
commit 6455df9ba2
4 changed files with 13 additions and 0 deletions

View File

@@ -58,6 +58,11 @@ params:
theme:
disableThemeToggle: true
defaultTheme: "dark" # dark
sitemap:
changefreq: "weekly"
filename: "sitemap.xml"
priority: 0.5
# font:
# fontSize: 1.5rem # default: 1rem

View File

@@ -2,6 +2,7 @@
title: "Led Ticker Tape"
date: 2022-02-25T17:01:05Z
draft: false
featured_image: hello-lights.png
---
![An LED panel showing Hello in green](hello-lights.png)

View File

@@ -1,4 +1,6 @@
---
title: "Livestreams"
layout: livestreams
tags: ["led", "light", "dotnet" ,".net", "iot"]
description: Learn how to scroll text using .NET IoT and an LED panel
---

View File

@@ -14,6 +14,11 @@
{{ range .Paginator.Pages }}
<div class="col-lg-4 col-md-6 my-3">
<div class="card h-100">
<div class="card-head">
<a href="{{ .RelPermalink }}">
<img class="card-img-top" src="{{ .RelPermalink }}/{{ .Params.featured_image }}" alt="{{ .Title }}">
</a>
</div>
<div class="card-body bg-transparent p-4 shadow-sm">
<a href="{{ .RelPermalink }}" class="primary-font card-title">
<h5 class="card-title bg-transparent" title="{{ .Title }}">{{ .Title | truncate 25 }}</h5>