MylesBorins / mylesborins.com

src for my current personal website. Made with CabinJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MylesBorins.com

===============

src for my current personal website. Made with CabinJS

It is deployed using git hooks isn't that neat?

Getting Started

$ npm install
$ npm start

How to deploy with git hooks?

#!/bin/sh

GIT_WORK_TREE=/some/path/MylesBorins.com 
GIT_DIR=/some/path/MylesBorins.com/.git

# not sure this is neccessary but seems to make it work

cd /some/path/MylesBorins.com 

git pull
grunt build

About

src for my current personal website. Made with CabinJS

License:MIT License


Languages

Language:JavaScript 99.7%Language:SCSS 0.2%Language:HTML 0.1%Language:Pug 0.0%Language:CSS 0.0%