Code Monkey home page Code Monkey 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. If you don't have it already installed, install the Bundler gem:
gem install bundler
  1. Install Jekyll and other dependencies defined in the Gemfile:
bundle install
  1. Run your Jekyll site locally:
bundle exec jekyll serve
  1. Preview the site in your web browser at http://127.0.0.1:4000/

Deploying to Github Pages

To deploy your changes all you have to do is push to master and Github pages will run jekyll build and deploy the files. Be sure you don't check in your local _site directory.

Home Page Content

The content for the homepage can be found in the home.yml file in the _data directory.

Nav Links

The links for the nav can be found in the nav.yml file in the _data directory.

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.

Creating Post Files

To create a new post, all you need to do is create a file in the _posts directory. How you name files in this folder is important. Jekyll requires blog post files to be named according to the following format:

YEAR-MONTH-DAY-title.MARKUP

Where YEAR is a four-digit number, MONTH and DAY are both two-digit numbers, and MARKUP is the file extension representing the format used in the file. For example, the following are examples of valid post filenames:

2011-12-31-new-years-eve-is-awesome.md
2012-09-12-how-to-write-a-blog.md

envoyproxy.github.io's People

Contributors

richarddli avatar dansipple avatar mattklein123 avatar caniszczyk avatar anubhavmishra avatar dankohn avatar dschaller avatar kbarnard10 avatar reflejo avatar taiki45 avatar

Watchers

James Cloos avatar Steve Sloka avatar  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.