Documentation site for fsbackup — an rsync-based snapshot backup system for home labs.
Live at fsbackup.org
Built with Nuxt and Nuxt UI. Deployed on Netlify.
Install dependencies:
npm installStart the development server:
npm run devGenerate the static site:
npm run generatecontent/— documentation pages (Markdown)app/— Nuxt app (layouts, components, pages)public/— static assets (logos, favicons)fsbackup-app/— git submodule pointing to the main fsbackup repo
The fsbackup-app/ submodule is used to pull assets (logos, icons) from the main repo at build time.
git submodule update --init --recursive