Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 519 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 519 Bytes

Source of http://rails.se.

Jekyll on GitHub Pages.

Want to contribute?

Either make a pull request or ask an organization owner to give you commit rights.

Local development

gem install jekyll
jekyll serve --watch

Open http://localhost:4000.

Regenerates automatically when files are edited.

Note that internal links may be broken since GitHub Pages allows missing extensions and your dev server doesn't.