Skip to content

data-creative/blog

Repository files navigation

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/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published