summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSantiago Soler <santiago.r.soler@gmail.com>2021-03-22 21:14:44 -0300
committerSantiago Soler <santiago.r.soler@gmail.com>2021-03-22 21:14:44 -0300
commitef0577ab9df4285fb016398e7545fe68c2df5b3a (patch)
treec2a4696330dcfadc2102e5863b0bec20160f514c /Makefile
parent1e3abc4d7b60f36d75a79589f949a485d8e2ccc7 (diff)
downloadwebsite-ef0577ab9df4285fb016398e7545fe68c2df5b3a.tar.gz
Refactor website to use Jekyll
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1549931..51be92b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,8 @@
+all:
+ bundle exec jekyll build
+
serve:
- python -m http.server
+ bundle exec jekyll serve
+
+clean:
+ bundle exec jekyll clean
Un proyecto texto-plano.xyz