AdrianArtiles / foxslide

a jekyll/octopress theme which incorporates bootstrap, html5boilerplate, SEO practices, and a strong hero.
http://adrianartiles.com
Other
137 stars 70 forks source link

Use instagram information from config file #7

Closed jskswamy closed 11 years ago

jskswamy commented 11 years ago

Fixing instagram user information hardcoded in another place and also added code logic to turn of design credits if the user wishes in _config.yml

AdrianArtiles commented 11 years ago

This looks good! But it appears there is a merge conflict and this cannot be automatically merged (there was a commit since your last pull request). Can you ensure this branch has the latest and greatest of this master branch and resolve any conflicts? Thanks for your help @jskswamy !

jskswamy commented 11 years ago

I've moved all the instagram related configuration information to _config.yml, add the following lines into your _config.yml file

instagram_user: 47265006
instagram_client: <<your_instagram_client_code>>
instagram_access_token: <<your_instagram_access_token>>
AdrianArtiles commented 11 years ago

looks good!