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
- Host: GitHub
- URL: https://github.com/requestly/content
- Owner: requestly
- License: mit
- Created: 2015-05-25T12:09:22.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2017-08-24T06:03:39.000Z (over 8 years ago)
- Last Synced: 2024-11-15T11:22:02.575Z (about 1 year ago)
- Language: JavaScript
- Size: 3.7 MB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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}