Skip to content

Commit

Permalink
Merge pull request #67 from Smana/observability-metrics
Browse files Browse the repository at this point in the history
observability: first fr version for metrics
  • Loading branch information
Smana authored Sep 11, 2024
2 parents 8b935ca + afbe578 commit fe1c255
Show file tree
Hide file tree
Showing 14 changed files with 515 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: "latest"
hugo-version: "0.128.2"
extended: true

- name: Build
Expand Down
1 change: 0 additions & 1 deletion config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ baseurl = "https://blog.ogenki.io/" # Include trailing slash
# title = "Clarity" # Edit directly from config/_default/languages.toml # alternatively, uncomment this and remove `title` entry from the aforemention file.
copyright = "Copyright © 2021–2023, Smana https://github.io/Smana"
# canonifyurls = true
disqusShortname = ""
enableEmoji = true
paginate = 10
#theme = ["github.com/chipzoller/hugo-clarity"]
Expand Down
2 changes: 1 addition & 1 deletion content/en/post/dagger-intro/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ The `init` command generates a `main.go` file containing example functions that
package main

import (
"context"n mont
"context"
)

type GolangHelloworld struct{}
Expand Down
2 changes: 1 addition & 1 deletion content/fr/post/dagger-intro/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ La commande d'initialisation génère donc un fichier `main.go` qui contient des
package main

import (
"context"n mont
"context"
)

type GolangHelloworld struct{}
Expand Down
Binary file not shown.
512 changes: 512 additions & 0 deletions content/fr/post/series/observability/metrics/index.md

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit fe1c255

Please sign in to comment.