uwescience/DSSG2015-predicting-permanent-housing

Name: DSSG2015-predicting-permanent-housing

Owner: UW eScience Institute

Description: A blog for the DSSG 2015 project on prediction of permanent housing in King, Snohomish and Peirce counties

Created: 2015-06-29 23:12:49.0

Updated: 2018-01-31 13:23:09.0

Pushed: 2018-02-02 18:56:07.0

Homepage: http://uwescience.github.io/DSSG2015-predicting-permanent-housing

Size: 1973

Language: CSS

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

How to create your own team blog starting from this example

For jekyll to generate the web-pages to be visible through a web-browser, your blog needs to live on the gh-pages branch of your repository.

  1. Create a gh-pages branch: To do this, enter the settings of your repo, launch the automatic page generator (under the “Github pages” heading), and click through to generate the default setting.

  2. Pull this branch to your local copy of the repo. To do this you will need to issue the following on the terminal command line:

    git pull upstream
    git checkout gh-pages
    git pull upstream gh-pages
    

    at which point your directory should contain the auto-generated default content from Github's automatic page generator. We'll soon get rid of that.

  3. Bootstrap your content from this repo: Delete the auto-generated content in this branch and copy over the content from this repository.

  4. Edit the following:

  5. about.md: Describe the project

  6. _config.yml: Set the configuration variables for your own blog.

  7. _posts: Use the first post in this repo as a template for creating your own posts.

  8. Commit everything, push it and make your first pull request - you are off!

    Note: When you make pull requests, don't forget that you will want to make pull requests against the gh-pages branch of your team repo, not the master branch. Github allows you to select the base repo, and the base branch from a dropdown menu that appears when you ask to make a pull request.

  9. Use branches and pull requests to add more posts and more content to the blog.

  10. Customize! For ideas, inspiration and code, take a look at http://jekyllthemes.org/


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.