Skip to content

ilanvolow/yeoman.io

 
 

Repository files navigation

Yeoman.io

Yeoman.io site

Attention!

If you have an issue or contribution for the Yeoman.io website, this is the place! If you want to submit an issue about Yeoman's source code or workflow please visit the yeoman/yeoman repository.

Contributing

This site is made with Jekyll and generator-jekyllrb.

To get started:

1. Clone the repository and its submodules:

git clone --recursive git@github.com:yeoman/yeoman.io.git
cd yeoman.io

2. Install all modules and needed tools

npm install
gem install bundler
bundle install

Now you're ready to do some work!

Yo, Yeoman.io!

The development environment and build system are generated by generator-jekyllrb. For development, build, and deploy instructions see the usage section in the generator's README.

You can only deploy if you have push access to the Yeoman.io repository.

Notes

  • If you're adding a Youtube embed iframe please wrap the iframe in a div with the video-container class in order to keep the site responsive.

Media

You can find the logo and artwork here.

License

BSD license Copyright (c) Google

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 42.1%
  • CSS 27.4%
  • HTML 25.9%
  • Ruby 4.6%