Giter VIP home page Giter VIP logo

envoyproxy.github.io's Introduction

Envoy Proxy Website

This is the repo for the Envoy Proxy website. This website uses Jekyll to generate static html files, and then deploys the files on Github pages.

Running the site locally

To run the website locally, first make sure you have Ruby 2.1.0 or higher installed.

  1. Install the bundler gem if it's not already installed:
gem install bundler
  1. Install Jekyll and other dependencies defined in the Gemfile:
bundle install --path vendor/bundle
  1. Run your Jekyll site locally:
bundle exec jekyll serve --livereload
  1. Preview the site in your web browser at http://localhost:4000.

Running the site locally using Docker

To run the website locally using Docker, run the command:

docker run -it -v $(pwd):/srv/jekyll -p 4000:4000 jekyll/jekyll jekyll serve --watch --incremental

Alternatively, use Docker Compose with:

docker-compose up

Preview the site in your web browser at http://localhost:4000.

Deploying to Github Pages

To deploy your changes all you have to do is push to master and Github pages will automatically run jekyll build and deploy the generated files.

Site content

Item Path
Home page content _data/home.yml
Nav links on the main page _data/nav.yml
Documentation (auto-generated) docs

Creating New Pages

To create a new page, all you need to do is create a new file in the root directory. This file can be either a Markdown file or an HTML file.

The new file should contain what Jekyll calls front matter, which is essentially YAML markup that lets you set options like the template, the permalink, and the title of the page.

Add Envoy Adopter Logo

Envoy is happy to recognize projects that use the software in production. These are not intended to be an advertisement, but a show of support for the project. All supporting organizations will be listed in alphabetical order. To be added to our adopter list, you must meet these criteria:

  • Be a participant and active contributor in the community, this can be contributing code, issues or sponsoring EnvoyCon
  • Publicly disclose your usage of Envoy via a talk, blog CNCF case study or social media
  • Submit a high quality grayscale vector SVG logo, we scale the height to 52px (see example)
  • Have an existing Envoy maintainer vouch for and approve your pull request

To add your logo, please send a pull request (see this as an example).

The Envoy blog

The official Envoy blog is hosted on Medium at https://blog.envoyproxy.io.

envoyproxy.github.io's People

Contributors

alyssawilk avatar benhall avatar caniszczyk avatar chaspy avatar cpakulski avatar dansipple avatar dependabot[bot] avatar devadvocado avatar euroelessar avatar ilevine avatar jpeach avatar liamawhite avatar lucperkins avatar mattklein123 avatar mbanikazemi avatar mbrukman avatar moderation avatar ned1313 avatar reflejo avatar richarddli avatar shikugawa avatar shubhambhattar avatar stefprez avatar stevesloka avatar taiki45 avatar talnordan avatar trjordan avatar ybz avatar zacharysarah avatar zuercher avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.