forked from tb030/modal-website
No description
- HTML 90.6%
- CSS 9.2%
- Shell 0.2%
|
|
||
|---|---|---|
| .githooks | Add serving script and pre-commit hook | |
| .well-known | Add .well-known to verifiy reflection on flathub | |
| 39c3 | 39c3: update header graphic | |
| assets | 39c3: update header graphic | |
| blog | fix: reflection post missing image | |
| events | blog: add Reflection Winter Update post | |
| fonts | wip: initial content | |
| principles | minor: fix principles typo | |
| templates | 39c3: update header graphic | |
| .domains | Add www. subdomains | |
| index.html | content: add Cade | |
| README.md | Add serving script and pre-commit hook | |
| serve.sh | Restart watch when exception is met | |
| style.css | blog: add Reflection Winter Update post | |
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/