The gram editor website
- Gleam 69%
- CSS 28.9%
- Dockerfile 1.6%
- Just 0.5%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| 2026-08-07 16:31:56 +02:00 | ||
| dev | first blogatto version | 2026-03-01 16:06:54 +01:00 |
| docs | 3.2.0 | 2026-07-27 11:56:50 +08:00 |
| posts | 3.2.0 | 2026-07-27 11:56:50 +08:00 |
| src | Actualiser src/gram_website.gleam | 2026-08-02 08:59:15 +02:00 |
| static | 3.0.0 | 2026-06-29 23:35:30 +02:00 |
| test | first blogatto version | 2026-03-01 16:06:54 +01:00 |
| util | 2.1.0 | 2026-05-18 23:17:12 +02:00 |
| .dockerignore | just copy the docs over manually.. | 2026-03-01 23:46:47 +01:00 |
| .gitignore | Day two (ish) | 2026-03-05 21:23:53 +01:00 |
| Dockerfile | just copy the docs over manually.. | 2026-03-01 23:46:47 +01:00 |
| gleam.toml | Fix css not refreshing | 2026-06-29 23:53:15 +02:00 |
| justfile | 3.0.0 | 2026-06-29 23:35:30 +02:00 |
| LICENSE | License and tweaks | 2026-03-02 00:06:41 +01:00 |
| manifest.toml | Fix css not refreshing | 2026-06-29 23:53:15 +02:00 |
| README.md | Clarify the website docs in the README | 2026-08-07 15:53:12 +02:00 |
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.