Filter blog posts by technology. Specify the name of one technology using the url parameter, tech, replacing spaces with dashes as necessary.
GET http://data-creative.info/blog/?tech=ruby
GET http://data-creative.info/blog/?tech=JSON
GET http://data-creative.info/blog/?tech=d3.js
GET http://data-creative.info/blog/?tech=amazon-web-servicesFilter blog posts by category. Specify the name of one category using the url parameter, cat, replacing spaces with dashes as necessary.
GET http://data-creative.info/blog/?cat=projects
GET http://data-creative.info/blog/?cat=reference-docsContent edits and code contributions are both welcome. Fork the repo and submit a pull request. Thanks!
Clone the repo and install dependencies.
git clone [email protected]:data-creative/data-creative.github.io.git
cd data-creative.github.io
bundle installStart local web server and view site at localhost:4000.
bundle exec jekyll serve --watchThis site is hosted by github pages. To update, push commits to master or merge another branch into master.
git push origin masterContent: Creative Commons, BY-SA
Code: MIT