|
Daniel Lublin
69da93ed25
All checks were successful
Publish / publish (push) Successful in 1m20s
|
||
|---|---|---|
| .forgejo/workflows | Try something | |
| cmd/mdweb | Update mdweb | |
| static | Try something | |
| static-www | Init | |
| vendor | Keep mdweb/main.go and vendored deps, for less CI churn | |
| .editorconfig | Init | |
| .gitignore | Keep mdweb/main.go and vendored deps, for less CI churn | |
| go.mod | Keep mdweb/main.go and vendored deps, for less CI churn | |
| go.sum | Keep mdweb/main.go and vendored deps, for less CI churn | |
| index.md | Add some basic css | |
| Makefile | Update mdweb | |
| README.md | Init | |
| style.css | Add some basic css | |
| template.html | Add some basic css | |
Hosted on Codeberg Pages service. It uses the new method, publishing to their Pages v2 server.
Static HTML etc files for both domain apex and www subdomain are kept
in this branch (main), in the static/ and static-www/
directories respectively (the latter only has a redirect).
Publishing is done automatically upon push to this branch, by a Codeberg action set up in: .forgejo/workflows/publish.yaml. This allows for custom build steps, before getting the build published. See it in action at https://codeberg.org/malmo/malmohackersweb/actions.
In authorative DNS, A and AAAA records are added to the domain
apex and the www subdomain with IP addresses according to
https://codeberg.page. There are also TXT records to allow the
Pages server to publish for our domains, when the source is an action
run for this repository.
@ A 217.197.84.141
www A 217.197.84.141
@ AAAA 2a0a:4580:103f:c0de::2
www AAAA 2a0a:4580:103f:c0de::2
_git-pages-forge-allowlist TXT "https://codeberg.org/malmo/malmohackersweb.git"
_git-pages-forge-allowlist.www TXT "https://codeberg.org/malmo/malmohackersweb.git"