An open API service indexing awesome lists of open source software.

https://github.com/requestly/content

Requestly Blog - List of Public Articles about Requestly
https://github.com/requestly/content

Last synced: 5 months ago
JSON representation

Requestly Blog - List of Public Articles about Requestly

Awesome Lists containing this project

README

          

# Requestly Blog

### How to install jekyll on MAC OSX 10.11

Steps mentioned here: https://github.com/jekyll/jekyll/issues/3984

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install ruby
sudo gem install jekyll

### How to Run site on local environment

Added _config_dev.yml to override properties in _config.yml. We can run jekyll like this

jekyll serve --config _config.yml,_config_dev.yml

In Dev environment we can specify some config which will override the default config.

### Tips

#### Add Table Of Contents:

* Table of Contents
{:toc}