https://github.com/borgbase/docs.borgbase.com
Documentation around BorgBase.com. Learn about backup strategy, setup and automation.
https://github.com/borgbase/docs.borgbase.com
Last synced: 11 months ago
JSON representation
Documentation around BorgBase.com. Learn about backup strategy, setup and automation.
- Host: GitHub
- URL: https://github.com/borgbase/docs.borgbase.com
- Owner: borgbase
- Created: 2019-07-21T09:53:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-05-03T20:29:36.000Z (about 1 year ago)
- Last Synced: 2025-05-03T21:25:28.056Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://docs.borgbase.com
- Size: 3.25 MB
- Stars: 9
- Watchers: 2
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BorgBase Documentation
Has the content of [docs.borgbase.com](https://docs.borgbase.com). Feel free to open a pull request if you notice any mistake or would like to add something.
## Setup
- Using Ruby `3.2` and Gem
- Install bundler: `gem install --user-install bundler`
- Install project dependencies: `bundler install`
## Run development server
- `bundle exec jekyll serve`
## Update dependencies
- `bundle update`
- For tables: https://www.tablesgenerator.com/markdown_tables
## Credits
- Theme: [Just the docs](https://github.com/pmarsceill/just-the-docs)
- Colors: [Material colors](https://vuetifyjs.com/en/framework/colors#colors)