Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mooreds/fix cats blog post #2463

Merged
merged 3 commits into from
Aug 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/contentcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
RES=`diff out .github/known-blog-categories.txt`
exit $RES
shell: bash
- name: Check for titles that have incorrect casing
run: |
! find astro/src/content/ -type f -name "*.md*" |grep -v swp | xargs grep title: |grep -v subtitle|sed 's/.*title: //' | sed "s/'//g" | grep -E '\b[a-z]+\b'
shell: bash
#- name: Check for titles/headers that have incorrect casing
#run: |
#! find astro/src/content/ -type f -name "*.md*" |grep -v swp | xargs grep title: |grep -v subtitle|sed 's/.*title: //' | sed "s/'//g" | grep -E '\b[a-z]+\b'
#shell: bash
2 changes: 1 addition & 1 deletion astro/src/content/blog/fusionauth-re-invent-2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: "We'll see you at AWS re:Invent"
description: FusionAuth is going to AWS re:Invent. Stop by and see us!
authors: Dan Moore
image: /img/blogs/fusionauth-aws-reinvent-2021/see-you-at-aws-reinvent-header-image.png
categories: announcement
categories: Events
tags: conference, aws-re-invent
excerpt_separator: "{/* more */}"
---
Expand Down
2 changes: 1 addition & 1 deletion astro/src/content/blog/see-you-at-kcdc-2023.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: KCDC, the Kansas City Developer Conference, is happening at the end
authors: Emily Jansen
image: /img/blogs/kcdc-2023/kcdc-2023-header.png
categories: Events
tags: events, kcdc
tags: kcdc, conference
excerpt_separator: "{/* more */}"
---

Expand Down