Skip to content

Instantly share code, notes, and snippets.

@nrb
Last active August 11, 2020 20:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nrb/8e760f222344f410b788abd6ea109928 to your computer and use it in GitHub Desktop.
Save nrb/8e760f222344f410b788abd6ea109928 to your computer and use it in GitHub Desktop.
Hugo files for testing Velero migration
#baseURL: "https://velero.io/"
disablePathToLower: true
languageCode: en-us
DefaultContentLanguage: "en"
title: Velero
frontmatter:
date: [":filename", ":default"]
params:
author: Velero Authors
vm_logo: vm-logo.png
logo: Velero.svg
hero:
backgroundColor: med-blue
versioning: true
latest: v1.5
versions:
- main
- v1.5
- v1.4
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.0
- v1.1.0
- v1.0.0
- v0.11.0
- v0.10.0
- v0.9.0
- v0.8.1
- v0.8.0
- v0.7.1
- v0.7.0
- v0.6.0
- v0.5.0
- v0.4.0
- v0.3.0
gh_repo: https://github.com/vmware-tanzu/velero
footer:
title: Getting Started
content: To help you get started, see the documentation.
cta_title: ''
cta_url: /docs
cta_text: Documentation
vm_link: http://vmware.github.io/
footer_social_links:
- title: Twitter
fa_icon: fab fa-twitter
url: https://twitter.com/projectvelero
- title: Slack
fa_icon: fab fa-slack
url: https://kubernetes.slack.com/messages/velero
- title: Google Groups
fa_icon: fas fa-users
url: https://groups.google.com/forum/#!forum/projectvelero
- title: RSS
fa_icon: fa fa-rss
url: blog/index.xml
- title: GitHub
fa_icon: fab fa-github
url: https://github.com/vmware-tanzu/velero
minify:
disableCSS: false
disableHTML: false
disableJS: false
disableJSON: false
disableSVG: false
disableXML: true
minifyOutput: false
tdewolff:
css:
decimals: -1
keepCSS2: true
html:
keepConditionalComments: true
keepDefaultAttrVals: true
keepDocumentTags: true
keepEndTags: true
keepQuotes: true
keepWhitespace: false
js: {}
json: {}
svg:
decimals: -1
xml:
keepWhitespace: false
enableRobotsTXT: true
enableGitInfo: true
permalinks:
posts: "/blog/:slug/"
outputs:
home: ["HTML"]
section: ["HTML"]
page: ["HTML"]
taxonomy: ["HTML"]
term: ["HTML"]
markup:
highlight:
codeFences: true
guessSyntax: true
hl_Lines: ""
lineNoStart: 1
lineNos: false
lineNumbersInTable: true
noClasses: true
style: monokai
tabWidth: 4
toc:
- title: Introduction
subfolderitems:
- page: About Velero
url: /index.html
- page: How Velero works
url: /how-velero-works
- page: About locations
url: /locations
- title: Install
subfolderitems:
- page: Basic Install
url: /basic-install
- page: Customize Installation
url: /customize-installation
- page: Upgrade to 1.5
url: /upgrade-to-1.5
- page: Supported providers
url: /supported-providers
- page: Evaluation install
url: /contributions/minio
- page: Restic integration
url: /restic
- page: Examples
url: /examples
- page: Uninstalling
url: /uninstalling
- title: Use
subfolderitems:
- page: Disaster recovery
url: /disaster-case
- page: Cluster migration
url: /migration-case
- page: Resource filtering
url: /resource-filtering
- page: Backup reference
url: /backup-reference
- page: Restore reference
url: /restore-reference
- page: Run in any namespace
url: /namespace
- page: Extend with hooks
url: /hooks
- page: CSI Support (beta)
url: /csi
- page: Verifying Self-signed Certificates
url: /self-signed-certificates
- page: Changing RBAC permissions
url: /rbac
- title: Plugins
subfolderitems:
- page: Overview
url: /overview-plugins
- page: Custom plugins
url: /custom-plugins
- title: Troubleshoot
subfolderitems:
- page: Troubleshooting
url: /troubleshooting
- page: Troubleshoot an install or setup
url: /debugging-install
- page: Troubleshoot a restore
url: /debugging-restores
- page: Troubleshoot Restic
url: /restic#troubleshooting
- title: Contribute
subfolderitems:
- page: Start Contributing
url: /start-contributing
- page: Development
url: /development
- page: Build from source
url: /build-from-source
- page: Run locally
url: /run-locally
- page: Code standards
url: /code-standards
- page: Website guidelines
url: /website-guidelines
- page: Documentation style guide
url: /style-guide
- title: More information
subfolderitems:
- page: Backup file format
url: /output-file-format
- page: API types
url: /api-types
- page: FAQ
url: /faq
- page: ZenHub
url: /zenhub
- page: Support Process
url: /support-process
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment