Skip to content

v1.7.0 — Image Gallery & Lightbox, Author System, Affiliate CTA & Content Lint

Choose a tag to compare

@PNGTRID PNGTRID released this 15 Aug 06:27
· 11 commits to main since this release

AnvilWiki v1.7 — 内容表达力二期 + E-E-A-T:画廊、作者体系、联盟链接与内容 lint。

Added

  • Image gallery + lightbox: gallery frontmatter (image/caption/alt) renders a thumbnail grid below the article body with a native <dialog> lightbox (prev/next/ESC/backdrop close). Each image emits ImageObject JSON-LD for Google Images. Thumbnails via Astro Image (auto WebP/srcset).
  • Author system: src/config/authors.ts registry — registered authors link out from the byline and upgrade Article JSON-LD author from Organization to Person (with sameAs). Bare author: names keep working.
  • <AffiliateLink> MDX component: affiliate/outbound CTA card with rel="sponsored nofollow noopener" baked in — an SEO-compliant second monetization channel. Zero JS.
  • pnpm check-content: content lint — no H1 in body, heading level skips, missing image alt text, trailing-slash internal links.

Changed

  • Demo content: Stormcaller carries a gallery + named author; beginner guide shows <AffiliateLink>.

Full Changelog: v1.6.0...v1.7.0