Skip to content

fix(blog): publish 3 stuck colorimetry/fpv posts + add missing Color Science series - #18

Merged
foxis merged 1 commit into
mainfrom
fix/colorimetry-fpv-rendering-series
Jul 30, 2026
Merged

fix(blog): publish 3 stuck colorimetry/fpv posts + add missing Color Science series#18
foxis merged 1 commit into
mainfrom
fix/colorimetry-fpv-rendering-series

Conversation

@foxis

@foxis foxis commented Jul 30, 2026

Copy link
Copy Markdown

Why some posts weren't rendering

Hugo skips future-dated posts and drafts by default (buildFuture/buildDrafts are off in config). Three finished posts were being silently excluded from the build:

Post Cause Fix
colorimetry/mini-spectrometer-grating date: 2026-11-02 (future) date → 2026-07-30T14:00 (EN + LT)
colorimetry/uv-fluorescence-experiments date: 2026-11-09 (future) date → 2026-07-30T18:00 (EN + LT)
fpv/betaflight-vtx-indexing-trap draft: true draft: false (EN + LT)

Missing series

Three colorimetry posts had no series, fragmenting the Color Science arc and breaking the related-content sidebar:

  • colorimetry/laser-power-meterColor Science
  • colorimetry/portable-vis-spectrometerColor Science
  • colorimetry/reverse-engineering-cr30Color Science

All six colorimetry posts are now a coherent Color Science series. fpv/drone-detector-nn intentionally left unassigned (acoustic ML post, not an FPV build).

Scope: frontmatter only — no body content changed. 9 files, +12/−6.

…Science series

- colorimetry/mini-spectrometer-grating, uv-fluorescence-experiments: future dates (Nov 2026) -> today; Hugo was skipping them (buildFuture off)
- fpv/betaflight-vtx-indexing-trap: draft:true -> false (was being skipped)
- colorimetry/laser-power-meter, portable-vis-spectrometer, reverse-engineering-cr30: add missing 'series: Color Science'
- both EN + LT versions updated where present
@cursor

cursor Bot commented Jul 30, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@foxis
foxis merged commit f43224c into main Jul 30, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant