summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ec201ae..989ee67 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,13 @@
-all: build deploy
+all: build deploy push
build:
mkdocs build
preview:
- mkdocs serve
+ mkdocs serve & sleep 1 && xdg-open "http://localhost:8000"
deploy:
rsync -rv --delete ./site/* www@fkfd.me:www/blog/
+
+push:
+ git push