Skip to content
forked from requestly/content

Requestly Blog - List of Public Articles about Requestly

License

Notifications You must be signed in to change notification settings

harrysingh/blog

 
 

Repository files navigation

Requestly Blog

How to install jekyll on MAC OSX 10.11

Steps mentioned here: jekyll/jekyll#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.

About

Requestly Blog - List of Public Articles about Requestly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.4%
  • CSS 33.5%
  • HTML 12.6%
  • Ruby 1.5%