Git Product home page Git Product logo

decentralized-data's Introduction

Decentralized Data Workshops

This git repository contains Workshop material on distributed version control and distributed data systems. The workshops were created as part of the Dat Jawn project at Code for Philly in autumn 2016.

For more info about the workshops, and to see the rendered content of this repository, go to https://codeforphilly.github.io/decentralized-data/ or read index.md

Information for Contributors and Maintainers of these Tutorials

Our tutorials use only one branch, gh-pages, for both development and hosting. This includes all our own custom content as well as the pool/hyde jekyll template. Submit all pull requests, etc. against the gh-pages branch. We do not use a master branch.

How to structure tutorials in the curriculum

Read the Template Curriculum for info about how to structure your courses, modules, and activities.

Hosting your curriculum on Github Pages

It's easy to host your curriculum on Github pages. Github's help pages about Using Jekyll as a static site generator with GitHub Pages should provide the info you need to get going.

Applying Styles and templates

There are lots of Jekyll Themes out there that you can apply to your curriculum. This template is set up to work with the pool/hyde theme, but using it with another theme is relatively easy.

If you already have your curriculum in a git repository, you can apply your content on top of a template like this (assuming your curriculum content is in the master branch). Note: you will probably have to resolve some merge conflicts when you run git merge master

git remote add hyde [email protected]:poole/hyde.git
git fetch hyde
git checkout -b gh-pages hyde/master
git merge master  
git commit -m"apply curriculum content on top of hyde"

Serve your Curriculum anywhere with Jekyll

In the root of your curriculum content, run

bundle install
bundle exec jekyll serve

See the Setting up your GitHub Pages site locally with Jekyll for more info and troubleshooting.

Authors

Matt Zumwalt

Jadrian Miles

License

Open sourced under the MIT license.

decentralized-data's People

Contributors

benbalter avatar chrisdwheatley avatar flyingzumwalt avatar gionn avatar gsf avatar jadrian avatar johnlauck avatar mdo avatar parkr avatar pborreli avatar sylvainemery avatar thaiphan avatar thebinarypenguin avatar tourorist avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.