clevermemory-field

Reference reader for the CleverMemory knowledge-pack standard. Name reserved ahead of the first release; see clevermemory.ai.


Keywords
ai, knowledge, memory, pack
License
Apache-2.0

Documentation

clevermemory.ai

Static site for CleverMemory, built with Zola.

Scheduled publishing

Posts with a future date are hidden until that date (templates filter on build time). A daily GitHub Action (.github/workflows/scheduled-publish.yml) triggers a Cloudflare Pages rebuild so each post appears automatically on its date. One-time setup: create a Deploy Hook in the Pages project settings and save its URL as the repo secret CLOUDFLARE_DEPLOY_HOOK. To publish something early, just change its date to today and push.

Publish a blog post

  1. Add a markdown file: content/blog/YYYY-MM-DD-slug.md with frontmatter:

    +++
    title = "Post title"
    date = 2026-07-09
    +++
    
  2. git commit and git push. Cloudflare Pages deploys automatically (~1 min).

Preview locally (optional): install zola, then zola serve.

Cloudflare Pages settings (one-time)

  • Connect this repo in the Cloudflare dashboard (Workers & Pages → Create → Pages).
  • Build command: zola build
  • Build output directory: public
  • Environment variable: ZOLA_VERSION = 0.19.2
  • Custom domain: clevermemory.ai

Layout

  • content/_index.md — home
  • content/packs.md, content/spec.md, content/docs.md — top pages
  • content/blog/ — posts
  • templates/, static/style.css — look and feel