Skip to content

Commit

Permalink
fix: adjust excerpt to summary tag for aligning with new theme standards
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonhull committed Mar 10, 2021
1 parent bc7e811 commit 18a72f6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
12 changes: 7 additions & 5 deletions archetypes/blog.md
Expand Up @@ -4,12 +4,14 @@
date: {{ .Date }}
title: {{ replace $TitleWithoutDate "-" " " | title }}
slug: {{ replace $TitleWithoutDate " " "-" | lower }}
excerpt:
excerpt here
summary:
Foo
tags:
- tag1
- tag2
- tag3
- tech
- development
- azure-devops
- powershell
- devops
draft: true
toc: true
---
Expand Down
Expand Up @@ -2,7 +2,7 @@
date: 2021-02-09T05:30:39Z
title: Working With Powershell Objects to Create Yaml
slug: working-with-powershell-objects-to-create-yaml
excerpt:
summary:
Here's a walk-through on using PowerShell objects to dynamically generate yaml configuration files.
tags:
- development
Expand Down
2 changes: 1 addition & 1 deletion content/blog/2021/2021-02-23-git-workflow-with-git-town.md
Expand Up @@ -2,7 +2,7 @@
date: 2021-02-23T22:23:00Z
title: Git Workflow With Git Town
slug: git-workflow-with-git-town
excerpt:
summary:
Improve your git workflow with a few cli tools.
tags:
- tech
Expand Down
Expand Up @@ -2,7 +2,7 @@
date: 2021-03-05T06:00:00Z
title: Azure Pipelines Template Iteration
slug: azure-pipelines-template-iteration
excerpt:
summary:
First time using templates for iteration loops and found it very handy!
tags:
- tech
Expand Down

0 comments on commit 18a72f6

Please sign in to comment.