The gram editor website
  • Gleam 68.8%
  • CSS 29.2%
  • Dockerfile 1.5%
  • Just 0.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-15 20:33:08 +02:00
dev first blogatto version 2026-03-01 16:06:54 +01:00
docs Remove neovim endorsements from mission. Nazi Punks Fuck Off. 2026-08-28 01:22:30 +02:00
posts PSA: extensions suck 2026-09-01 08:37:35 +02:00
src Link to the main shop page 2026-09-15 20:33:08 +02:00
static Release 3.3.0 2026-08-25 11:29:35 +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
Caddyfile Switch to serving the font ourselves 2026-08-19 20:14:53 +02:00
Dockerfile Add credits 2026-08-18 23:37:08 +02:00
gleam.toml Add credits 2026-08-18 23:37:08 +02:00
justfile 3.0.0 2026-06-29 23:35:30 +02:00
LICENSE Switch to serving the font ourselves 2026-08-19 20:14:53 +02:00
manifest.toml Add credits 2026-08-18 23:37:08 +02:00
README.md Clarify the website docs in the README 2026-08-07 15:53:12 +02:00

Preview

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.