hexo-sil-podcast-inside
v0.1.0
Published
Optional podcast list integration for hexo-theme-inside
Downloads
167
Readme
hexo-sil-podcast-inside
Optional integration between hexo-sil-podcast and [email protected].
It adds a paginated /podcasts/ list when the compatible Inside browser and SSR
bundles are available.
Install
npm install hexo-sil-podcast hexo-sil-podcast-inside [email protected]The package postinstall script applies a narrowly versioned route patch to the
installed theme. It checks every expected anchor before writing. A missing or
incompatible theme is left unchanged, and the runtime integration safely points
the Podcasts menu to /tags/Podcast/ instead.
Run the patch manually after reinstalling the theme if necessary:
npx hexo-sil-podcast-inside-patchConfigure
The integration is enabled by default when this package is installed:
podcast:
inside:
enabled: trueSet enabled: false to remove the Podcasts menu entry and skip the list
generator. This does not disable podcast players or RSS generation.
The dedicated list includes posts whose podcast front matter is present and
not false. Keep a Podcast tag on episodes so the safe fallback archive is
also useful when a future Inside release is not patch-compatible.
