kevinquinnyo / hamster-sweaters

What isn't it? http://hamster-sweaters.com
1 stars 1 forks source link
$$\   $$\                                     $$\
$$ |  $$ |                                    $$ |
$$ |  $$ | $$$$$$\  $$$$$$\$$$$\   $$$$$$$\ $$$$$$\    $$$$$$\   $$$$$$\
$$$$$$$$ | \____$$\ $$  _$$  _$$\ $$  _____|\_$$  _|  $$  __$$\ $$  __$$\
$$  __$$ | $$$$$$$ |$$ / $$ / $$ |\$$$$$$\    $$ |    $$$$$$$$ |$$ |  \__|
$$ |  $$ |$$  __$$ |$$ | $$ | $$ | \____$$\   $$ |$$\ $$   ____|$$ |
$$ |  $$ |\$$$$$$$ |$$ | $$ | $$ |$$$$$$$  |  \$$$$  |\$$$$$$$\ $$ |
\__|  \__| \_______|\__| \__| \__|\_______/    \____/  \_______|\__|

 $$$$$$\                                     $$\
$$  __$$\                                    $$ |
$$ /  \__|$$\  $$\  $$\  $$$$$$\   $$$$$$\ $$$$$$\    $$$$$$\   $$$$$$\   $$$$$$$\
\$$$$$$\  $$ | $$ | $$ |$$  __$$\  \____$$\\_$$  _|  $$  __$$\ $$  __$$\ $$  _____|
 \____$$\ $$ | $$ | $$ |$$$$$$$$ | $$$$$$$ | $$ |    $$$$$$$$ |$$ |  \__|\$$$$$$\  
$$\   $$ |$$ | $$ | $$ |$$   ____|$$  __$$ | $$ |$$\ $$   ____|$$ |       \____$$\
\$$$$$$  |\$$$$$\$$$$  |\$$$$$$$\ \$$$$$$$ | \$$$$  |\$$$$$$$\ $$ |      $$$$$$$  |
 \______/  \_____\____/  \_______| \_______|  \____/  \_______|\__|      \_______/

                              _           _
                            (`-`;-"```"-;`-`)
                             \.'         './
                             /             \
                             ;   0     0   ;
                            /| =         = |\
                           ; \   '._Y_.'   / ;
                          ;   `-._ \|/ _.-'   ;
                         ;        `"""`        ;
                         ;    `""-.   .-""`    ;
                         /;  '--._ \ / _.--   ;\
                        :  `.   `/|| ||\`   .'  :
                         '.  '-._       _.-'   .'
                         (((-'`  `"""""`   `'-)))

How to install

# Clone the repo
> git clone https://github.com/kevinquinnyo/hamster-sweaters.git
> cd hamster-sweaters

# Install node requirements
> npm install

# Build the site
> grunt jekyll

How to build

Use Jekyll to build the static portion of the site. You can use Jekyll directly to build the site or you can use grunt.

# With Grunt
> grunt jekyll

# With Jekyll
> jekyll build

Available Tasks