zachattack / simpleA11Y

Making #A11Y tips and tricks easier to digest and leveraging the community into the cloud.

Home Page:http://simplea11y.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

http://simplea11y.com

Simple A11Y

Making #A11Y tips and tricks easier to digest and leveraging the community into the cloud. Simple Accessibility 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 Simple A11Y. (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

Making #A11Y tips and tricks easier to digest and leveraging the community into the cloud.

http://simplea11y.com


Languages

Language:JavaScript 97.8%Language:Ruby 2.2%