Add Makefile
authorDylan Lloyd <dylan@disinclined.org>
Fri, 3 Feb 2023 22:19:55 +0000 (17:19 -0500)
committerDylan Lloyd <dylan@disinclined.org>
Fri, 3 Feb 2023 22:19:55 +0000 (17:19 -0500)
.gitignore
Makefile [new file with mode: 0644]

index f40fbd8..920a31d 100644 (file)
@@ -3,3 +3,4 @@ _site
 .jekyll-cache
 .jekyll-metadata
 vendor
+disinclined.org
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..bce8f53
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,10 @@
+default: site
+
+site: _site
+       bundle exec jekyll build -d disinclined.org
+
+serve:
+       bundle exec jekyll serve --trace --livereload
+
+upgrade:
+       bundle update