The gram editor website
- Gleam 68.8%
- CSS 29.2%
- Dockerfile 1.5%
- Just 0.5%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| dev | ||
| docs | ||
| posts | ||
| src | ||
| static | ||
| test | ||
| util | ||
| .dockerignore | ||
| .gitignore | ||
| Caddyfile | ||
| Dockerfile | ||
| gleam.toml | ||
| justfile | ||
| LICENSE | ||
| manifest.toml | ||
| README.md | ||
The Gram website
The website for the gram editor.
Built using blogatto and gleam.
Build
gleam run
Run dev server
gleam run -m serve
or using just:
just serve
The server will run on port 3000 and hot reload when files change.
Documentation
The docs are currently manually copied from a parallel checkout of gram; see the
justfile and just docs. Any documentation fixes should be done in the gram
repo and not here directly.