The Modal website https://modal.cx
- CSS 46.1%
- HTML 45.9%
- Shell 8%
| .well-known | Add .well-known to verifiy reflection on flathub | |
| asset-sources | asset-sources: Restore the sources for some of the assets | |
| content | principles: typo fix | |
| layouts | partials/authors: Remove oxford comma when listing authors | |
| static | style: Remove overflow: hidden; to make the mobile menu work again | |
| .domains | Add www. subdomains | |
| .gitignore | Port to hugo | |
| build-and-commit.sh | build-and-commit.sh: Make removing the worktrees more robust | |
| hugo.toml | hugo.toml: Replace deprecated :filename with :contentbasename | |
| README.md | build-and-commit.sh: Rework the script to only deploy committed changes | |
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.