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-services
Filter 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-docs
Content 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 install
Start local web server and view site at localhost:4000.
bundle exec jekyll serve --watch
This site is hosted by github pages. To update, push commits to master or merge another branch into master.
git push origin master
Content: Creative Commons, BY-SA
Code: MIT