data-creative / blog

a temporary workaround to serve blog posts at http://data-creative.info/blog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

data-creative.github.io (data-creative.info)

An open source blog built with jekyll.

Usage

Visit http://data-creative.info/ in a web browser.

Contributing

Development

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

Create a new post or edit an existing post in the posts directory, or implement a new feature.

Then create a pull request.

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 temporary workaround to serve blog posts at http://data-creative.info/blog/


Languages

Language:HTML 45.0%Language:CSS 42.3%Language:Ruby 12.7%