Closed leovalais closed 5 years ago
make local
make website
make commit
git add
$EDITOR
make deploy
master
Depends on
23
24
How to use it
make local
: creates the website files with links suited for local navigationmake website
: creates the files suited for GitHub Pagesmake commit
: ditto, butgit add
the files and takes you to the$EDITOR
for commitingmake deploy
: ditto, but also pushes tomaster
, thus deploying the website