2026-03-28

Delivering Papers at the Edge

A practical note on storing PDFs off-repo and serving them globally with cleaner metadata.

Delivering Papers at the Edge

Academic personal sites often keep PDFs inside the source tree. That works for a few documents, but it ages badly once previews, slides, and related assets begin to accumulate.

Better split of responsibility

The repository should own:

  • metadata
  • page templates
  • indexing
  • SEO

Object storage should own:

  • PDFs
  • preview images
  • larger binary attachments

That split keeps the codebase smaller and makes media delivery globally consistent.

评论

请配置 `NEXT_PUBLIC_GISCUS_*` 环境变量以启用评论。