Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ From the root of the repository
1. gem install bitballoon
2. bitballoon deploy build

And *Boom* your very own BitBalloon site is live.
And *Boom* your very own BitBalloon site is live.
22 changes: 22 additions & 0 deletions npm-debug.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/Cellar/node/6.2.1/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'start' ]
2 info using npm@3.9.3
3 info using node@v6.2.1
4 verbose stack Error: ENOENT: no such file or directory, open '/Users/eliwilliamson/repos/package.json'
4 verbose stack at Error (native)
5 verbose cwd /Users/eliwilliamson/repos/middleman-homepage
6 error Darwin 16.1.0
7 error argv "/usr/local/Cellar/node/6.2.1/bin/node" "/usr/local/bin/npm" "start"
8 error node v6.2.1
9 error npm v3.9.3
10 error path /Users/eliwilliamson/repos/package.json
11 error code ENOENT
12 error errno -2
13 error syscall open
14 error enoent ENOENT: no such file or directory, open '/Users/eliwilliamson/repos/package.json'
15 error enoent ENOENT: no such file or directory, open '/Users/eliwilliamson/repos/package.json'
15 error enoent This is most likely not a problem with npm itself
15 error enoent and is related to npm not being able to find a file.
16 verbose exit [ -2, true ]
3 changes: 2 additions & 1 deletion source/_redirects
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/admin/* /admin 200
/admin/* /admin 200
/docs /
12 changes: 12 additions & 0 deletions source/about.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<div class="main about">
<div class="row">
<div class="large-8 medium-9 columns">
<h2>What is BitBalloon?</h2>
<p>Bitballoon is scaled down and simplified version of <a href="https://www.netlify.com">Netlify</a>. While Netlify has introduced a host of features, and especially focuses on automation and continuous delivery to Git, Bitballoon’s only focus is getting your site live as easy and fast as possible.</p>
<p>You simply drag’n’drop your folder and voila, you have a live site. It’s geared towards codeschools and people who want a super simple way to view their prototypes. And if you find you want more, you can upgrade to <a href="https://www.netlify.com">Netlify</a> with a single click.</p>
</div>
<div class="large-4 columns medium-3 hide-for-small">
<img class="full-width" src="/images/balloons.svg"/>
</div>
</div>
</div>
40 changes: 0 additions & 40 deletions source/about.md

This file was deleted.

2 changes: 1 addition & 1 deletion source/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Here's some examples of whats possible once you've authenticated:
* Hook deployment into your workflow (eg. Github)
* Add deployment into your own app (eg. a site generator)

**[<i class="icon-book"></i> Read the API documentation](https://github.com/BitBalloon/bitballoon-api)**
**[<i class="lnr lnr-book"></i> Read the API documentation](https://github.com/BitBalloon/bitballoon-api)**

### BitBalloon Gem

Expand Down
23 changes: 0 additions & 23 deletions source/blog.xml.builder

This file was deleted.

64 changes: 0 additions & 64 deletions source/blog/2013-10-29-hosting-for-the-programmable-web.md

This file was deleted.

This file was deleted.

Loading