Skip to content

Commit

Permalink
Add new post 'Self-hosting without a public IP' (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriellhrn authored Dec 20, 2024
1 parent 26dec67 commit c015fb2
Show file tree
Hide file tree
Showing 6 changed files with 418 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/styles/.vale-config/1-Hugo.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[*.md]
# Exclude `{{< ... >}}`, `{{% ... %}}`, [Who]({{< ... >}})
TokenIgnores = ({{[%<] .* [%>]}}.*?{{[%<] ?/.* [%>]}}), \
(\[.+\]\({{< .+ >}}\))
(\[.+\]\({{< .+ >}}\)), \
[^\S\r\n]({{[%<] \w+ .+ [%>]}})\s, \
[^\S\r\n]({{[%<](?:/\*) .* (?:\*/)[%>]}})\s

# Exclude `{{< myshortcode `This is some <b>HTML</b>, ... >}}`
BlockIgnores = (?sm)^({{[%<] [^{]*? [%>]}})\n$, \
BlockIgnores = (?sm)^({{[%<] \w+ [^{]*?\s[%>]}})\n$, \
(?s) *({{< highlight [^>]* ?>}}.*?{{< ?/ ?highlight >}})
8 changes: 8 additions & 0 deletions .github/styles/config/vocabularies/ghrn.me/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,11 @@ Kalita
Vogels
Pirna
Okta
cloudflared
nginx
minikube
microk8s
hostnames
postgres
Postgres
jumphost
2 changes: 1 addition & 1 deletion .github/styles/proselint/Needless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ swap:
conspicuity: conspicuousness
conspiratorialist: conspirator
constitutionist: constitutionalist
contingence: contigency
contingence: contingency
contributary: contributory
contumacity: contumacy
conversible: convertible
Expand Down
2 changes: 1 addition & 1 deletion .github/styles/proselint/Nonwords.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ swap:
confirmant: confirmand
confirmants: confirmands
conversate: converse
crained: cranded
crained: craned
discomforture: discomfort|discomfiture
dispersement: disbursement|dispersal
doubtlessly: doubtless|undoubtedly
Expand Down
2 changes: 1 addition & 1 deletion content/posts/2023/08/unit-tests-for-aws-cdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2023-08-20T16:13:00+02:00
lastmod: 2023-09-04T13:41:00+02:00
draft: false
categories: ['tech']
tags: ['aws', 'cdk', 'testing', 'go', 'terraform', 'cloud']
tags: ['aws', 'cdk', 'testing', 'go', 'terraform', 'cloud', 'tutorial']
---

---
Expand Down
Loading

0 comments on commit c015fb2

Please sign in to comment.