7
2
Fork
You've already forked modal-website
0
The Modal website https://modal.cx
  • CSS 46.1%
  • HTML 45.9%
  • Shell 8%
2026年02月21日 17:22:48 +01:00
.well-known Add .well-known to verifiy reflection on flathub 2025年12月24日 16:32:38 +01:00
asset-sources asset-sources: Restore the sources for some of the assets 2026年02月20日 01:32:03 +01:00
content principles: typo fix 2026年02月21日 14:43:28 +01:00
layouts partials/authors: Remove oxford comma when listing authors 2026年02月19日 13:25:15 +01:00
static style: Remove overflow: hidden; to make the mobile menu work again 2026年02月09日 16:21:37 +01:00
.domains Add www. subdomains 2025年06月28日 14:54:33 +02:00
.gitignore Port to hugo 2026年02月06日 00:06:46 +01:00
build-and-commit.sh build-and-commit.sh: Make removing the worktrees more robust 2026年02月21日 17:22:48 +01:00
hugo.toml hugo.toml: Replace deprecated :filename with :contentbasename 2026年02月09日 13:01:41 +01:00
README.md build-and-commit.sh: Rework the script to only deploy committed changes 2026年02月21日 16:59:13 +01:00

Modal Collective website

This branch contains the sources for the Modal Collective website. It uses the hugo static site generator.

To build and iterate on it locally, run hugo server.

The pages branch is served as the website by Codeberg Pages.

To serve the latest commit of the main branch, run build-and-commit.sh, and then push the local pages branch to the repo (git push origin pages).

You can set UPSTREAM_REMOTE if the upstream remote is not caled origin, SOURCE_BRANCH if you want to deploy the latest commit of another branch, and TARGET_BRANCH to build to a branch other than pages.