diff --git a/Days/day01.md b/Days/day01.md index 6a92123..1eba928 100644 --- a/Days/day01.md +++ b/Days/day01.md @@ -2,10 +2,11 @@ title: '#90DaysOfDevOps - Introduction - Day 1' published: false description: 90DaysOfDevOps - Introduction -tags: "devops, 90daysofdevops, learning" +tags: 'devops, 90daysofdevops, learning' cover_image: null canonical_url: null id: 1048731 +date: '2022-04-17T10:12:40Z' --- ## Introduction - Day 1 diff --git a/Days/day02.md b/Days/day02.md index 8889e19..540312f 100644 --- a/Days/day02.md +++ b/Days/day02.md @@ -6,6 +6,7 @@ tags: 'devops, 90daysofdevops, learning' cover_image: null canonical_url: null id: 1048699 +date: '2022-04-17T21:15:34Z' --- ## Responsibilities of a DevOps Engineer diff --git a/Days/day13.md b/Days/day13.md index fb5d966..49c2f93 100644 --- a/Days/day13.md +++ b/Days/day13.md @@ -50,7 +50,7 @@ Remember the code we are starting within our application as well [day13_example1 We now need to think about the code to get our output or message to Twitter in the form of a tweet. We are going to be using [go-twitter](https://github.com/dghubble/go-twitter) This is a Go client library for the Twitter API. -To test this before putting this into our main application, I created a new directory in our `src` folder called go-twitter-bot, issued the `go mod init github.com/michaelcade/go-twitter-bot on the folder which then created a `go.mod` file and then we can start writing our new main.go and test this out. +To test this before putting this into our main application, I created a new directory in our `src` folder called go-twitter-bot, issued the `go mod init github.com/michaelcade/go-twitter-bot` on the folder which then created a `go.mod` file and then we can start writing our new main.go and test this out. We now need those keys, tokens and secrets we gathered from the Twitter developer portal. We are going to set these in our environment variables. This will depend on the OS you are running: diff --git a/README.md b/README.md index d9fe70b..473569a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ # 90DaysOfDevOps
-
+