Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.09 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.09 KB

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