data-creative / data-creative.github.io

a software development business website and blog

Home Page:https://data-creative.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://data-creative.github.io/


Languages

Language:SCSS 38.8%Language:Less 38.3%Language:HTML 19.6%Language:CSS 2.8%Language:JavaScript 0.5%Language:Ruby 0.1%