Skip to content

w3c/wai-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,793 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Accessibility Initiative (WAI) Website

The W3C Web Accessibility Initiative (WAI) develops standards and support materials to help you understand and implement accessibility.

This repository is used to develop content for the W3C WAI website.

Preview

Netlify Status

A Netlify preview is available at https://wai-website.netlify.app/

Build locally

Before you begin, make sure you have the following installed:

  • Ruby version 3.4.8 or higher
    Check your Ruby version using ruby -v
  • Bundler
  1. Install Ruby dependencies

    bundle install
  2. Initialize or update submodules

    git submodule update --init --recursive
  3. Use the latest version of the wai-website-theme and wai-website-plugin dependencies (optional)

    By default, the project will use the versions of the theme and plugin set in the Gemfile.lock file. To use the latest versions, run:

    bundle update wai-website-theme --conservative
    bundle update wai-website-plugin --conservative

    Note: Make sure to include the --conservative flag to avoid updating the gems the theme and plugin depend on.

  4. Serve and preview

    bundle exec jekyll serve

FAQ

The default branch name has changed. How to update my fork?

Since 5 September 2024, the default branch is named main, for consistency with other W3C repositories and GitHub default branch name.

If you have an existing fork, you can rename your fork's default branch.

If you have a local clone, you can either delete and re-clone the repository, or update it by running the commands from GitHub documentation.

About

This repository hosts the W3C WAI web site.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Contributors 47