Skip to content

Commit

Permalink
organizing content
Browse files Browse the repository at this point in the history
  • Loading branch information
caiocsgomes committed Mar 16, 2024
1 parent d0c5efa commit 185ae35
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 5 deletions.
5 changes: 1 addition & 4 deletions app/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,5 @@ menu:
# url: /tags/
# weight: 4
markup:
defaultMarkdownHandler: blackFriday
blackFriday:
hrefTargetBlank: true

defaultMarkdownHandler: goldmark

3 changes: 2 additions & 1 deletion app/content/posts/1-linux-sed-bash-script/index.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
And then we can run these sed command or eventually other commands we have to use to clean the data in one step
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 54 additions & 0 deletions app/content/posts/9-k8s-verifying-containers-health/index.md
Original file line number Diff line number Diff line change
@@ -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/

<!-- Paragraphs and headers (if necessary) -->
# 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

<!-- Make a link -->
[**GitHub actions**](https://docs.github.com/en/actions/quickstart)

<!-- Bold -->
**GitHub actions**

<!-- Italic -->
*GitHub actions*

<!-- Code -->
```yml
Here goes the code
```

<!-- Image -->
![Image description](images/image.png)

<!-- ordered list -->
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.

0 comments on commit 185ae35

Please sign in to comment.