diff --git a/content/posts/gitea-on-fly-io/index.md b/content/posts/gitea-on-fly-io/index.md index 46aef86..e41dfdb 100644 --- a/content/posts/gitea-on-fly-io/index.md +++ b/content/posts/gitea-on-fly-io/index.md @@ -170,14 +170,14 @@ Uh. Hm. I just got an email saying a Fly.io instance ran out of memory and crash
Fly.io memory dashboard -

Fly.io memory dashboard

+

Fly.io memory dashboard

That doesn't look so great. It seems like Gitea idles just under the amount of memory we have with a default instance size, and operations like `git push` can bump it over the threshold to an out-of-memory error. Let's check out the "Scale" section of the dashboard, and increase the memory allotment for this VM:
Fly.io VM scaling interface -

Fly.io VM scaling interface

+

Fly.io VM scaling interface

You can also use `flyctl` to scale your app! diff --git a/sass/style/parts/_image.scss b/sass/style/parts/_image.scss index 490bdbb..6e2e588 100644 --- a/sass/style/parts/_image.scss +++ b/sass/style/parts/_image.scss @@ -27,14 +27,15 @@ figure img { } } -figure h4 { +figure p { font-size: 1rem; margin: 0; margin-bottom: 1em; } -figure h4::before { +figure p::before { content: "↳ "; + font-weight: bold; } svg { diff --git a/templates/macros/macros.html b/templates/macros/macros.html index b83357c..9da61a3 100644 --- a/templates/macros/macros.html +++ b/templates/macros/macros.html @@ -80,7 +80,7 @@ {{ page.extra.heroPrompt }} - generated using Stable Diffusion
-

{{ page.extra.heroPrompt }} - generated using Stable Diffusion

+

{{ page.extra.heroPrompt }} - generated using Stable Diffusion

{% endif %}