You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Filter blog posts by technology. Specify the name of one technology using the url parameter, tech, replacing spaces with dashes as necessary.
GET https://data-creative.info/blog/?tech=ruby
GET https://data-creative.info/blog/?tech=JSON
GET https://data-creative.info/blog/?tech=d3.js
GET https://data-creative.info/blog/?tech=amazon-web-services
Filtering by Category
Filter blog posts by category. Specify the name of one category using the url parameter, cat, replacing spaces with dashes as necessary.
GET https://data-creative.info/blog/?cat=projects
GET https://data-creative.info/blog/?cat=reference-docs
Contributing
Content edits and code contributions are both welcome. Fork the repo and submit a pull request. Thanks!
Installation
Clone the repo and install dependencies.
git clone git@github.com:data-creative/data-creative.github.io.git
cd data-creative.github.io
bundle install
Start local web server and view site at localhost:4000.
bundle exec jekyll serve --watch
Production
This site is hosted by github pages. To update, push commits to master or merge another branch into master.