Electron website
Перейти к файлу
Jessica Lord ec66eeffc6 Merge pull request #22 from atom/jl-add-fireball
Add Fireball
2015-05-07 14:03:15 -07:00
_includes with -> on 2015-04-21 13:26:31 -07:00
_layouts misc updates 2015-04-06 15:58:48 -07:00
_posts try again, basic jekyll install 2015-03-30 16:12:03 -07:00
css Replace logo with SVG version 2015-04-28 20:23:23 +09:00
images Add Fireball 2015-05-07 13:59:15 -07:00
script Add bootstrap and server script 2015-04-08 11:31:52 -07:00
.gitignore try again, basic jekyll install 2015-03-30 16:12:03 -07:00
CNAME Add CNAME 2015-04-16 10:25:47 -07:00
CONTRIBUTING.md Add README, LICENSE AND CONTRIBUTING docs 2015-04-27 17:06:07 -07:00
Gemfile Add bootstrap and server script 2015-04-08 11:31:52 -07:00
Gemfile.lock Add bootstrap and server script 2015-04-08 11:31:52 -07:00
LICENSE.md Add README, LICENSE AND CONTRIBUTING docs 2015-04-27 17:06:07 -07:00
README.md Fix link to CONTRIBUTING.md 2015-04-28 05:18:15 +02:00
_config.yml Update headline 2015-04-24 15:16:18 -07:00
about.md try again, basic jekyll install 2015-03-30 16:12:03 -07:00
feed.xml try again, basic jekyll install 2015-03-30 16:12:03 -07:00
index.html Add Fireball 2015-05-07 13:59:15 -07:00

README.md

electron.atom.io

The website for Electron (formerly known as Atom-Shell).

Build

This is a Jekyll site hosted on GitHub Pages. To build a Jekyll site you'll need a few things on your system so double check the Jekyll requirements.

Follow these steps to copy this repository to your computer and build the site:

$ git clone https://github.com/atom/electron.atom.io.git
$ cd electron.atom.io
$ script/bootstrap
$ script/server

Then open localhost:4000 in your browser.

Contributing

Thanks for contributing to the site! Checkout the contributing documentation for guidelines on pull requests.

License

MIT