nodebox / nodebox.github.io

Source for the nodebox.net website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodebox.net

This is the NodeBox website.

Frameworks

We use the following awesome technologies to create the website:

  • Jekyll - Transform dynamic content into a static site.
  • Normalize - An alternative to CSS reset which keeps sane browser defaults and makes them consistent across browsers.
  • Skeleton - A responsive CSS grid that scales nicely to mobile sizes.

Installing on Mac

Install Xcode first.

sudo gem update --system
sudo gem install rake jekyll github-markdown
sudo easy_install pygments

Installing on Ubuntu

sudo apt-get install ruby rubygems python-setuptools
sudo gem install rubygems-update
sudo gem install rake jekyll github-markdown
sudo easy_install pygments

Running

To build the website:

rake

To run the built-in server:

rake server

To deploy to the live server:

rake deploy

Writing documentation

We use Mac to capture screenshots. If you capture full-screen windows, turn off shadows. In the Terminal, type:

defaults write com.apple.screencapture disable-shadow -bool true
killall SystemUIServer

License

Text & images on this blog are licensed under the Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.

About

Source for the nodebox.net website.


Languages

Language:HTML 99.3%Language:CSS 0.4%Language:JavaScript 0.2%Language:Python 0.2%Language:Ruby 0.0%Language:Shell 0.0%