GithubHelp home page GithubHelp logo

pyladiespdx.github.com's Introduction

Overview

This is the source code for the PyLadies PDX website. We welcome contributions from all of our members! Our site is hosted on Github Pages, and is built on top of Jekyll. Because Jekyll is a Ruby product, you will need to follow the instructions below to ensure that you can build the site locally.

How to Get Started

** These instructions assume that you are on a Mac OSX machine running Lion or later. If you are running an older version of OSX or are a Windows or Linux user you may need to troubleshoot or otherwise plan for different specific steps, though the general requirements remain the same. **

Steps:

First, make sure all the basics are up to date:

  • XCode: Version; also make sure that you've updated to the latest version of command-line tools by going to Preferences to verify

  • Homebrew: if you don't already have Homebrew installed, go and grab it by copying/running the following into the command line:

ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"

--Otherwise, run $ brew update to make sure your version is up to date

Run $ brew doctor and follow any instructions until you get "raring to brew" in the output

Next:

  • Check to see if you have Ruby Version Manager installed by running $ rvm --version

--if yes, run $ rvm get stable --auto to update to ensure you are running the latest version

--if no, run $ \curl -#L https://get.rvm.io | bash -s stable --autolibs=3 --ruby

{{ this will install the newest version of ruby along with autolibs, and you can go ahead and skip down to "rvm use 2.0.0 step }}

If you only needed to update, you'll also need to do the following:

  • Run $ rvm autolibs enable {{ tells rvm to find things it needs to build new versions of ruby }}
  • Run $ rvm install ruby {{ installs the latest version of ruby alongside any system install you already have; rvm lets you switch between versions. This will take 10-15 mins, so sit tight }}

Tell RVM to use the latest version of Ruby by running $ rvm use 2.0.0

Make sure this version is being sourced by running: $ ruby --version {{ should be 2.0.0 }}

  • Update RubyGems package manager by running $ gem update --system

--running $ gem --version should now return 2.0.3

  • Installer Bundler: $ gem install bundler

Get the site set up:

  • Fork and clone this repo, then cd into the pyladies.github.io directory.

  • Install Jekyll using Bundler: $ bundle install

  • To run the site locally, run bundle exec jekyll serve

** See the TODOs for things that need to be done; develop locally **

When you're satisfied with the changes you've made, submit a pull request (by clicking "Pull Request" on your fork's page)!

Note: for blog posts, see the "blog_template.md" file in "_posts" for formatting

pyladiespdx.github.com's People

Contributors

ansate avatar boylea avatar clweilhoefer avatar florapdx avatar hackygolucky avatar jarrighi avatar kapari avatar lavapj avatar lyzidiamond avatar michellejaeg avatar pdxmele avatar selenamarie avatar shawnacscott avatar thursdayb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pyladiespdx.github.com's Issues

Designers: help!!

I threw up a new design really quickly just so the site would be sort of presentable, but I'm really hoping someone else will take over since I'm sure my css hackery is not what we want. Anyone? Buehler?

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.