blinktrade.github.io
blinktrade.github.io copied to clipboard
blinktrade landing page
blinktrade.com
Blinktrade Landing Page
How it works?
We use jekyll, a static generator in Ruby, to create this website.
First Steps
1 - Install Git and Ruby, in case you don't have them yet.
2 - Once installed these dependecies, open up the terminal and install Jekyll with the following commands.
$ gem install jekyll
3 - Now clone the project
$ git clone [email protected]:blinktrade/blinktrade.github.io.git
4 - Navigate to the project folder
$ cd blinktrade.github.io
5 - And finally run:
$ jekyll server --watch
You'll have access to the website at localhost:4000 :D
Browser Support
![]() |
![]() |
![]() |
![]() |
![]() |
|---|---|---|---|---|
| IE 8+ ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ |
File Structure
The file structure for the project is organized in the following way:
.
|-- _includes
|-- _layouts
|-- _posts
|-- _config.yml
`-- index.html
_includes
They're blocks of code used to generate the main page of the site (index.html).
_layouts
Here you'll find the default template of the application.
_posts
Here you'll find a list of files for each post.
_config.yml
It stores most of the settings of the application.
index.html
It's the file responsible for all application sections.
More information about Jekyll's file structure here.
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
License
GNU GENERAL PUBLIC LICENSE © Blinktrade, Inc.




