Skip to content
/ website Public
forked from vitessio/website

vitess.io website and other project management related content

License

Notifications You must be signed in to change notification settings

jheo/website

 
 

Repository files navigation

The Vitess website

This repo houses the assets used to build the website at https://vitess.io.

NOTE: This repo uses prod as the default branch rather than the usual master. Make sure to rebase against the prod branch if you have existing work branched from master. See issue #210 for an explanation of why this was done.

Running the site locally

To run the website locally, you need to have the Hugo static site generator installed (installation instructions here). Once Hugo is installed run the following:

hugo server --buildDrafts --buildFuture

This starts Hugo in local mode. You can see access the site at http:https://localhost:1313.

Adding a user logo

If you'd like to add your logo to the Who uses Vitess section of the website, add a PNG, JPEG, or SVG of your logo to the static/img/logos/users directory in this repo and submit a pull request with your change. Name the image file something that reflects your company (e.g., if your company is called Acme, name the image acme.png).

About

vitess.io website and other project management related content

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 62.5%
  • HTML 14.2%
  • Python 14.2%
  • JavaScript 7.5%
  • CSS 1.5%
  • Makefile 0.1%