An open source blog built with jekyll.
Visit http://data-creative.info/ in a web browser.
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.
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