Skip to content

Commit

Permalink
using regex to bulk change dev.to format
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCade committed Apr 7, 2022
1 parent c098a60 commit 7a21da4
Show file tree
Hide file tree
Showing 91 changed files with 269 additions and 269 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-blog-posts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# See https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
github_token: ${{ secrets.GITHUB_TOKEN }}
# (Optional) The files to publish. Default is "posts/**/*.md"
files: 'Days/**/day01.md'
files: 'Days/**/*.md'
# (Optional) The git branch to use. Default is 'main'.
branch: main
# (Optional) Use conventional commit messages. Default is false.
Expand Down
2 changes: 1 addition & 1 deletion Days/day01.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: '#90DaysOfDevOps - Introduction - Day 1'
published: false
description: 90DaysOfDevOps - Introduction
tags: 'devops, 90daysofdevops, learning'
tags: 'devops, 90daysofdevops, learning, sre'
cover_image: null
canonical_url: null
id: 1048278
Expand Down
6 changes: 3 additions & 3 deletions Days/day02.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "#90DaysOfDevOps - Responsibilities of a DevOps Engineer - Day 2"
published: false
description: 90DaysOfDevOps - Responsibilities of a DevOps Engineer


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day02.md
tags: 'devops, 90daysofdevops, learning, sre'
cover_image: null
canonical_url: null
---

## Responsibilities of a DevOps Engineer
Expand Down
6 changes: 3 additions & 3 deletions Days/day03.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "#90DaysOfDevOps - Application Focused - Day 3"
published: false
description: 90DaysOfDevOps - Application Focused


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day03.md
tags: 'devops, 90daysofdevops, learning, sre'
cover_image: null
canonical_url: null
---
## DevOps Lifecycle - Application Focused

Expand Down
6 changes: 3 additions & 3 deletions Days/day04.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "#90DaysOfDevOps - DevOps & Agile - Day 3"
published: false
description: 90DaysOfDevOps - DevOps & Agile


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day04.md
tags: 'devops, 90daysofdevops, learning, sre'
cover_image: null
canonical_url: null
---
## DevOps & Agile

Expand Down
6 changes: 3 additions & 3 deletions Days/day05.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "#90DaysOfDevOps - Plan > Code > Build > Testing > Release > Deploy > Operate > Monitor > - Day 5"
published: false
description: 90DaysOfDevOps - Plan > Code > Build > Testing > Release > Deploy > Operate > Monitor >


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day05.md
tags: 'devops, 90daysofdevops, learning, sre'
cover_image: null
canonical_url: null
---
## Plan > Code > Build > Testing > Release > Deploy > Operate > Monitor >

Expand Down
6 changes: 3 additions & 3 deletions Days/day06.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "#90DaysOfDevOps - DevOps - The real stories - Day 6"
published: false
description: 90DaysOfDevOps - DevOps - The real stories


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day06.md
tags: 'devops, 90daysofdevops, learning, sre'
cover_image: null
canonical_url: null
---
## DevOps - The real stories

Expand Down
6 changes: 3 additions & 3 deletions Days/day07.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "#90DaysOfDevOps - The Big Picture: DevOps & Learning a Programming Language - Day 7"
published: false
description: "90DaysOfDevOps - The Big Picture: DevOps & Learning a Programming Language"


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day07.md
tags: 'devops, 90daysofdevops, learning, sre'
cover_image: null
canonical_url: null
---
## The Big Picture: DevOps & Learning a Programming Language

Expand Down
6 changes: 3 additions & 3 deletions Days/day08.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "#90DaysOfDevOps - Setting up your DevOps environment for Go & Hello World - Day 8"
published: false
description: 90DaysOfDevOps - Setting up your DevOps environment for Go & Hello World


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day08.md
tags: 'devops, 90daysofdevops, learning, sre'
cover_image: null
canonical_url: null
---
## Setting up your DevOps environment for Go & Hello World

Expand Down
6 changes: 3 additions & 3 deletions Days/day09.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "#90DaysOfDevOps - Let's explain the Hello World code - Day 9"
published: false
description: 90DaysOfDevOps - Let's explain the Hello World code


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day09.md
tags: 'devops, 90daysofdevops, learning, sre'
cover_image: null
canonical_url: null
---
## Let's explain the Hello World code

Expand Down
6 changes: 3 additions & 3 deletions Days/day10.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "#90DaysOfDevOps - The Go Workspace - Day 10"
published: false
description: 90DaysOfDevOps - The Go Workspace


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day10.md
tags: 'devops, 90daysofdevops, learning, sre'
cover_image: null
canonical_url: null
---
### The Go Workspace
On [Day 8](day08.md) we briefly covered the Go workspace to get Go up and running to get to the demo of `Hello #90DaysOfDevOps` But we should explain a little more about the Go workspace.
Expand Down
6 changes: 3 additions & 3 deletions Days/day11.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "#90DaysOfDevOps - Variables & Constants in Go - Day 11"
published: false
description: 90DaysOfDevOps - Variables & Constants in Go


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day11.md
tags: 'devops, 90daysofdevops, learning, sre'
cover_image: null
canonical_url: null
---

Before we get into the topics for today I want to give a massive shout out to [Techworld with Nana](https://www.youtube.com/watch?v=yyUHQIec83I) and this fantastic concise journey through the fundamentals of Go.
Expand Down
6 changes: 3 additions & 3 deletions Days/day12.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "#90DaysOfDevOps - Getting user input with Pointers and a finished program - Day 12"
published: false
description: 90DaysOfDevOps - Getting user input with Pointers and a finished program


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day12.md
tags: 'devops, 90daysofdevops, learning, sre'
cover_image: null
canonical_url: null
---
## Getting user input with Pointers and a finished program

Expand Down
6 changes: 3 additions & 3 deletions Days/day13.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "#90DaysOfDevOps - Tweet your progress with our new App - Day 13"
published: false
description: 90DaysOfDevOps - Tweet your progress with our new App


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day13.md
tags: 'devops, 90daysofdevops, learning, sre'
cover_image: null
canonical_url: null
---
## Tweet your progress with our new App

Expand Down
6 changes: 3 additions & 3 deletions Days/day14.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "#90DaysOfDevOps - The Big Picture: DevOps and Linux - Day 14"
published: false
description: "90DaysOfDevOps - The Big Picture: DevOps and Linux"


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day14.md
tags: 'devops, 90daysofdevops, learning, sre'
cover_image: null
canonical_url: null
---
## The Big Picture: DevOps and Linux
Linux and DevOps share very similar cultures and perspectives; both are focused on customization and scalability. Both of these aspects of Linux are of particular importance for DevOps.
Expand Down
6 changes: 3 additions & 3 deletions Days/day15.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "#90DaysOfDevOps - Linux Commands for DevOps (Actually everyone) - Day 15"
published: false
description: 90DaysOfDevOps - Linux Commands for DevOps (Actually everyone)


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day15.md
tags: 'devops, 90daysofdevops, learning, sre'
cover_image: null
canonical_url: null
---
## Linux Commands for DevOps (Actually everyone)

Expand Down
6 changes: 3 additions & 3 deletions Days/day16.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "#90DaysOfDevOps - Managing your Linux System, Filesystem & Storage - Day 16"
published: false
description: 90DaysOfDevOps - Managing your Linux System, Filesystem & Storage


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day16.md
tags: 'devops, 90daysofdevops, learning, sre'
cover_image: null
canonical_url: null
---
## Managing your Linux System, Filesystem & Storage

Expand Down
6 changes: 3 additions & 3 deletions Days/day17.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "#90DaysOfDevOps - Text Editors - nano vs vim - Day 17"
published: false
description: 90DaysOfDevOps - Text Editors - nano vs vim


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day17.md
tags: 'devops, 90daysofdevops, learning, sre'
cover_image: null
canonical_url: null
---
## Text Editors - nano vs vim

Expand Down
6 changes: 3 additions & 3 deletions Days/day18.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "#90DaysOfDevOps - SSH & Web Server - Day 18"
published: false
description: 90DaysOfDevOps - SSH & Web Server


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day18.md
tags: 'devops, 90daysofdevops, learning, sre'
cover_image: null
canonical_url: null
---
## SSH & Web Server

Expand Down
6 changes: 3 additions & 3 deletions Days/day19.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "#90DaysOfDevOps - Automate tasks with bash scripts - Day 19"
published: false
description: 90DaysOfDevOps - Automate tasks with bash scripts


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day19.md
tags: 'devops, 90daysofdevops, learning, sre'
cover_image: null
canonical_url: null
---
## Automate tasks with bash scripts

Expand Down
6 changes: 3 additions & 3 deletions Days/day20.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "#90DaysOfDevOps - Dev workstation setup - All the pretty things - Day 20"
published: false
description: 90DaysOfDevOps - Dev workstation setup - All the pretty things


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day20.md
tags: 'devops, 90daysofdevops, learning, sre'
cover_image: null
canonical_url: null
---
## Dev workstation setup - All the pretty things

Expand Down
6 changes: 3 additions & 3 deletions Days/day21.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "#90DaysOfDevOps - The Big Picture: DevOps and Networking - Day 21"
published: false
description: "90DaysOfDevOps - The Big Picture: DevOps and Networking"


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day21.md
tags: 'devops, 90daysofdevops, learning, sre'
cover_image: null
canonical_url: null
---
## The Big Picture: DevOps and Networking

Expand Down
6 changes: 3 additions & 3 deletions Days/day22.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "#90DaysOfDevOps - The OSI Model - The 7 Layers - Day 22"
published: false
description: 90DaysOfDevOps - The OSI Model - The 7 Layers


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day22.md
tags: 'devops, 90daysofdevops, learning, sre'
cover_image: null
canonical_url: null
---
## The OSI Model - The 7 Layers

Expand Down
6 changes: 3 additions & 3 deletions Days/day23.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "#90DaysOfDevOps - Network Protocols - Day 23"
published: false
description: 90DaysOfDevOps - Network Protocols


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day23.md
tags: 'devops, 90daysofdevops, learning, sre'
cover_image: null
canonical_url: null
---
## Network Protocols

Expand Down
6 changes: 3 additions & 3 deletions Days/day24.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "#90DaysOfDevOps - Network Automation - Day 24"
published: false
description: 90DaysOfDevOps - Network Automation


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day24.md
tags: 'devops, 90daysofdevops, learning, sre'
cover_image: null
canonical_url: null
---
## Network Automation

Expand Down
6 changes: 3 additions & 3 deletions Days/day25.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "#90DaysOfDevOps - Python for Network Automation - Day 25"
published: false
description: 90DaysOfDevOps - Python for Network Automation


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day25.md
tags: 'devops, 90daysofdevops, learning, sre'
cover_image: null
canonical_url: null
---
## Python for Network Automation

Expand Down
6 changes: 3 additions & 3 deletions Days/day26.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "#90DaysOfDevOps - Building our Lab - Day 26"
published: false
description: 90DaysOfDevOps - Building our Lab


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day26.md
tags: 'devops, 90daysofdevops, learning, sre'
cover_image: null
canonical_url: null
---
## Building our Lab

Expand Down
6 changes: 3 additions & 3 deletions Days/day27.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "#90DaysOfDevOps - Getting Hands-On with Python & Network - Day 27"
published: false
description: 90DaysOfDevOps - Getting Hands-On with Python & Network


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day27.md
tags: 'devops, 90daysofdevops, learning, sre'
cover_image: null
canonical_url: null
---
## Getting Hands-On with Python & Network

Expand Down
6 changes: 3 additions & 3 deletions Days/day28.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "#90DaysOfDevOps - The Big Picture: DevOps & The Cloud - Day 28"
published: false
description: "90DaysOfDevOps - The Big Picture: DevOps & The Cloud"


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day28.md
tags: 'devops, 90daysofdevops, learning, sre'
cover_image: null
canonical_url: null
---
## The Big Picture: DevOps & The Cloud

Expand Down
6 changes: 3 additions & 3 deletions Days/day29.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "#90DaysOfDevOps - Microsoft Azure Fundamentals - Day 29"
published: false
description: 90DaysOfDevOps - Microsoft Azure Fundamentals


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day29.md
tags: 'devops, 90daysofdevops, learning, sre'
cover_image: null
canonical_url: null
---
## Microsoft Azure Fundamentals

Expand Down
6 changes: 3 additions & 3 deletions Days/day30.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "#90DaysOfDevOps - Microsoft Azure Security Models - Day 30"
published: false
description: 90DaysOfDevOps - Microsoft Azure Security Models


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day30.md
tags: 'devops, 90daysofdevops, learning, sre'
cover_image: null
canonical_url: null
---
## Microsoft Azure Security Models

Expand Down
Loading

0 comments on commit 7a21da4

Please sign in to comment.