Skip to content

A community–driven effort to make web accessibility easier.

Notifications You must be signed in to change notification settings

BrianGon/a11yproject.com

Repository files navigation

http://simplea11y.com

A11Y Project

Making #A11Y tips and tricks easier to digest and leveraging the community into the cloud. The Accessibility Project is a community–driven effort to make web accessibility easier.

This site is the product of a community of people who want to help to make web accessibility…well, accessible. Our goal is to accomplish this with 3 tennets in mind:

  1. Digestible. Articles on accessibilty tend to be in-depth. We feature short, digestible pieces of content.
  2. Up-to-date. The project is hosted on Github so information can be current with the latest standards.
  3. Forgiving. People make mistakes and web accessiblity is hard, so we seek to be encouraging.

##Requirements

In order to contribute you'll need to know a bit about Jekyll, Compass, Sass, Twitter Bootstrap, Bash and Markdown. You'll also need to know how to install Ruby Gems and of course have Ruby installed on your machine.

###Gems

Run the following to install the necessary gems for A11Y Project. (Hint: All the cool kids use ruby version manager to organize gemset dependencies):

gem install jekyll rdiscount compass

##Contributing

Contributors Docs

##Under the Hood

###Markup

Posts are all written in Markdown.

###Stylesheets Authored with Compass and Sass.

###Framework

The site is built on a customized Compass port of Twitter Bootstrap. Jekyll is used for templating and posts.

##Local Development

The following are tasks which can be run from your shell of choice. Some of us use iTerm for Mac but whatevs.

###Rake Commands

The following rake tasks are available and are used for testing the site locally, on your own machine (use rake -T to list them):

rake build        # Build site with Jekyll
rake check_links  # Check links for site already running on localhost:4000
rake clean        # Clean up generated site
rake server       # Start server with --auto
rake check        # Check if site will run on Github pages

Local Server

Trigger the local server by executing the rake server task. Your local copy will now be accessible at http://localhost:4000. You should see a message thats says INFO WEBrick::HTTPServer#start: pid=62675 port=4000 which means your local copy can now be found at port 4000 .

About

A community–driven effort to make web accessibility easier.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 50.3%
  • CSS 25.0%
  • JavaScript 22.9%
  • Shell 1.3%
  • Ruby 0.5%