Static manual site generated from the PDF (CV_funk_Manual.pdf).
npm install
npm run devnpm run build
npm run preview- Module data/text:
src/data/modules.json - Panel images:
public/panels/free/<slug>.pngpublic/panels/modulations/<slug>.pngpublic/panels/pro/<slug>.png
If a -dark image exists it will be used automatically when the site theme is dark.
Example:
public/panels/free/syncro.pngpublic/panels/free/syncro-dark.png
This project is preconfigured for a repo named cvfunk-manual:
site: https://codygeary.github.io/cvfunk-manualbase: /cvfunk-manual
If you use a different repo name, update astro.config.mjs.