Github Pages Rendering

Theme: hugoplate

Repo: GitHub - kode-monki/btc-hugo

hugo v0.155.2-d8c0dfccf72ab43db2b2bca1483a61c8660021d9+extended windows/amd64 BuildDate=2026-02-02T10:04:51Z VendorInfo=gohugoio

When I run hugo:

Start building sites …
hugo v0.155.2-d8c0dfccf72ab43db2b2bca1483a61c8660021d9+extended windows/amd64 BuildDate=2026-02-02T10:04:51Z VendorInfo=gohugoio

              │ EN 

──────────────────┼────
Pages            │ 39
Paginator pages  │  0
Non-page files   │  0
Static files     │  4
Processed images │ 34
Aliases          │  0
Cleaned          │  0

Total in 1014 ms

I’ve read through several other threads about this, and documentation, and AI, so I’m back here, posting my own.

I’ve tried pushing code after ‘hugo server
baseURL = "``https://kode-monki.github.io/btc-hugo/``"

and

baseURL = "``https://kode-monki.github.io/btc-hugo``",

but both have the same issues of rendering all the not generated links at GitHub Pages | Websites for you and your projects, hosted directly from your GitHub repository. Just edit, push, and your changes are live. , ignoring the repo

Then I read I should try just hugo, and now NO CSS files are found.

I’m using the Github action that comes with Hugoplate go create a Github Page

Works beautifully on my machine, but something is getting lost in the rendering.

I do not understand the problem.

What is broken?

The style paths don’t render correctly when I push a build from “hugo"

The link paths don’t render correctly when I push a build from “hugo server” (the hugo-built ones do, but not if I write something like <a href="z/y.html">x</a>, on GitHub that ignores the base URL that includes the repo name