just | a | silly | demo |
---|---|---|---|
demonstrating | tables | in | markdown |
Forked from Chris Coyier's Pen Words Randomly Flying Into Place.
A Pen by Captain Anonymous on CodePen.
just | a | silly | demo |
---|---|---|---|
demonstrating | tables | in | markdown |
Forked from Chris Coyier's Pen Words Randomly Flying Into Place.
A Pen by Captain Anonymous on CodePen.
A Pen by Chris Coyier on CodePen.
/* Solarized Dark | |
For use with Jekyll and Pygments | |
http://ethanschoonover.com/solarized | |
SOLARIZED HEX ROLE | |
--------- -------- ------------------------------------------ | |
base03 #002b36 background | |
base01 #586e75 comments / secondary content |
echo 'export PATH=$HOME/local/bin:$PATH' >> ~/.bashrc | |
. ~/.bashrc | |
mkdir ~/local | |
mkdir ~/node-latest-install | |
cd ~/node-latest-install | |
curl http://nodejs.org/dist/node-latest.tar.gz | tar xz --strip-components=1 | |
./configure --prefix=~/local | |
make install # ok, fine, this step probably takes more than 30 seconds... | |
curl https://www.npmjs.org/install.sh | sh |