Skip to content

data-creative/data-creative.github.io

 
 

Repository files navigation

data-creative.info

A business website and blog.

Usage

Blog Post Filtering API

Filtering by Technology

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

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 http://data-creative.info/blog/?cat=projects
GET http://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.

git push origin master

License

Content: Creative Commons, BY-SA

Code: MIT

About

a software development business website and blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 38.7%
  • Less 38.3%
  • HTML 19.6%
  • CSS 2.8%
  • Other 0.6%