Skip to content

fsbackup/fsbackup-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fsbackup-docs

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.

Development

Install dependencies:

npm install

Start the development server:

npm run dev

Build

Generate the static site:

npm run generate

Structure

  • content/ — documentation pages (Markdown)
  • app/ — Nuxt app (layouts, components, pages)
  • public/ — static assets (logos, favicons)
  • fsbackup-app/ — git submodule pointing to the main fsbackup repo

Submodule

The fsbackup-app/ submodule is used to pull assets (logos, icons) from the main repo at build time.

git submodule update --init --recursive

About

Nuxt 4 static site generator to publish the fsbackup documentation website, to be deployed on Netlify.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors