demian c0a11a5125
Build & Deploy / deploy (push) Successful in 29s
Fix Umami script URL for self-hosted instance
2026-06-06 19:42:21 +02:00
2025-05-12 08:54:44 +02:00
2026-03-29 17:20:43 +02:00
2026-03-29 17:20:43 +02:00
2026-03-29 17:20:43 +02:00
2026-03-29 17:20:43 +02:00
2025-05-12 09:26:17 +02:00
2025-05-12 08:54:44 +02:00
2026-06-06 19:22:10 +02:00

pyte.dev

Personal blog built with Hugo using the Mana theme.

Create a new post

hugo new content content/posts/my-post-title.md

Set draft = false in the frontmatter when ready to publish.

Deploy

Pushing to the main branch triggers a Gitea Action that:

  1. Checks out the repo with submodules
  2. Builds the site with hugo --minify
  3. Generates the search index with pagefind
  4. Copies the static files via SCP to the server
  5. Sets correct permissions

The site is served by an nginx container with a bind mount to /opt/docker/website/public.

S
Description
No description provided
Readme 15 MiB
Languages
HTML 80.9%
JavaScript 16.4%
CSS 2.7%