Technical Notes On Using Data Science & Artificial Intelligence To Fight For Something That Matters.
- Run
make.ipynb
- Run
hugo
in thenotes
folder - Run
git add -A
- Run
git commit -m "commit message"
- Run
git push
Site's html is in the master branch's /docs
folder.
alias jn='cd /Users/chrisalbon/dropbox/cra/projects/notes && jupyter notebook'
alias n='cd /Users/chrisalbon/dropbox/cra/projects/notes'
alias hs='cd /Users/chrisalbon/dropbox/cra/projects/notes && hugo server'
alias gn='cd /Users/chrisalbon/dropbox/cra/projects/notes && hugo && git add -A && git commit -m "made changes" && gp && git push'