This repository contains the Cohere Labs Community research blog. It is a trimmed Jekyll site focused on long-form research posts, technical notes, experiment reports, and practical AI writing.
The site started from the al-folio theme, but the active surface is intentionally small: posts live in _posts/, the home page lists posts, and optional Distill-style features support research writing.
Use Docker for the most consistent environment:
docker compose pull
docker compose upThe site is served at http://localhost:8080.
For a one-off production build, run:
docker compose run --rm -e JEKYLL_ENV=production jekyll bundle exec jekyll build_posts/contains dated research posts. Uselayout: distillfor the current post style._pages/blog.mdis the homepage and paginated post index._pages/about.mddescribes the blog._pages/404.mdis the not-found page.assets/bibliography/contains optional per-post BibTeX files referenced from post front matter.assets/img/andassets/video/hold media used by posts and pages.
See CONTRIBUTING.md for topic guidance, the post workflow, the Markdown front matter template, and supported post options such as authors, citations, plots, Mermaid diagrams, tabs, and research-writing blocks.
Before opening a PR or publishing, run:
npx prettier . --write
docker compose run --rm -e JEKYLL_ENV=production jekyll bundle exec jekyll buildIf you change dependencies or Docker configuration, rebuild with:
docker compose up --buildOriginal al-folio documentation is archived in docs/upstream-al-folio/ for reference. Treat it as historical context, not active guidance for this trimmed blog.