1
0
Fork
You've already forked modal-website
0
forked from tb030/modal-website
No description
  • HTML 90.6%
  • CSS 9.2%
  • Shell 0.2%
2025年12月28日 14:30:52 +01:00
.githooks Add serving script and pre-commit hook 2025年08月17日 22:41:15 +02:00
.well-known Add .well-known to verifiy reflection on flathub 2025年12月24日 16:32:38 +01:00
39c3 39c3: update header graphic 2025年12月28日 14:30:52 +01:00
assets 39c3: update header graphic 2025年12月28日 14:30:52 +01:00
blog fix: reflection post missing image 2025年12月24日 19:32:34 +01:00
events blog: add Reflection Winter Update post 2025年12月24日 16:27:33 +01:00
fonts wip: initial content 2025年06月12日 16:54:55 +02:00
principles minor: fix principles typo 2025年12月08日 13:44:16 +01:00
templates 39c3: update header graphic 2025年12月28日 14:30:52 +01:00
.domains Add www. subdomains 2025年06月28日 14:54:33 +02:00
index.html content: add Cade 2025年12月05日 15:15:52 +01:00
README.md Add serving script and pre-commit hook 2025年08月17日 22:41:15 +02:00
serve.sh Restart watch when exception is met 2025年08月18日 15:08:50 +02:00
style.css blog: add Reflection Winter Update post 2025年12月24日 16:27:33 +01:00

Modal Collective website

Install dependencies:

sudo dnf install python3-pip
python3 -m pip install staticninja

Then use ./serve.sh to build the site and serve locally on port 8000.

There is a pre-commit hook which updates the generated files and commits them to the repo automatically. To install the hook, run:

git config --local core.hooksPath .githooks/