diff --git a/app/config.yml b/app/config.yml index 75cff4c..7583365 100644 --- a/app/config.yml +++ b/app/config.yml @@ -130,8 +130,5 @@ menu: # url: /tags/ # weight: 4 markup: - defaultMarkdownHandler: blackFriday - blackFriday: - hrefTargetBlank: true - + defaultMarkdownHandler: goldmark diff --git a/app/content/posts/1-linux-sed-bash-script/index.md b/app/content/posts/1-linux-sed-bash-script/index.md index c4a07f5..94ee431 100644 --- a/app/content/posts/1-linux-sed-bash-script/index.md +++ b/app/content/posts/1-linux-sed-bash-script/index.md @@ -1,5 +1,6 @@ --- title: "Using a bash script with sed to clean data" +layout: "categories" date: 2020-08-21T23:15:00+07:00 slug: bash-sed category: bash @@ -122,4 +123,4 @@ The bash script that will do the job is this one: echo "Done!" ``` -And then we can run these sed command or eventually other commands we have to use to clean the data in one step \ No newline at end of file +And then we can run these sed command or eventually other commands we have to use to clean the data in one step diff --git a/app/content/posts/9-k8s-verifying-containers-health/images/image.png b/app/content/posts/9-k8s-verifying-containers-health/images/image.png new file mode 100644 index 0000000..e69de29 diff --git a/app/content/posts/9-k8s-verifying-containers-health/index.md b/app/content/posts/9-k8s-verifying-containers-health/index.md new file mode 100644 index 0000000..4cc5c86 --- /dev/null +++ b/app/content/posts/9-k8s-verifying-containers-health/index.md @@ -0,0 +1,54 @@ +--- +title: "Here you will place the title of the post" +date: 2040-01-15T11:18:00-03:00 +slug: "here-you-will-place-the-slug-of-the-post" # The unique identifier of the post in the URL, if you place a new slug the URL will change, i this case it would be https://caiogomes.me/posts/here-you-will-place-the-slug-of-the-post/ +category: gategory # The category of the post, it will be used to group posts in the same category. Not using for now +description: "Description of the post, it will be used in the meta description of the post" +draft: false +--- + +In this post we wil talk about lore ipsum blablabla + +Just start the post here, it will be written in markdown. You can use the following as a template: + + +REFERENCE: https://wordpress.com/support/markdown-quick-reference/ + + +# Header 1 +lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec auctor, nisl eget ultricies ultricies, nunc nisl ultricies nunc, quis ul + +lore ipsum dolor sit amet, consectetur adipiscing elit. Donec auctor, nisl eget ultricies ultricies, nunc nisl ultricies nunc, quis ul. lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec auctor, nisl eget ultricies ultricies, nunc nisl ultricies nunc, quis ul + +lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec auctor, nisl eget ultricies ultricies, nunc nisl ultricies nunc, quis ul + +## Header 2 +lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec auctor, nisl eget ultricies ultricies, nunc nisl ultricies nunc, quis ul + +### Header 3 + + +[**GitHub actions**](https://docs.github.com/en/actions/quickstart) + + +**GitHub actions** + + +*GitHub actions* + + +```yml +Here goes the code +``` + + +![Image description](images/image.png) + + +1. Install Hugo in the machine that will build the app +2. Install de AWS CLI in order to upload the app to S3 +3. Set the credentials in the machine so that it has access to the AWS account +4. Check out the repository +5. Run Hugo on the repository to build the app +6. Upload the files to S3 +7. Optional. Invalidate the Cloufront distribution in case we are using it to cache the website.