aboutsummaryrefslogtreecommitdiff
path: root/Makefile.mkdocs
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2022-12-10 13:27:08 -0300
committerSilvio Rhatto <rhatto@riseup.net>2022-12-10 13:27:08 -0300
commit9ae0b0e661b9c887749f48e11657d720fe7482d0 (patch)
treea12e696221e05144495e84304006d28b885fdc26 /Makefile.mkdocs
parent8abcfb4305fb4ed20a72eb3758467314a955c0e4 (diff)
downloadtemplates-9ae0b0e661b9c887749f48e11657d720fe7482d0.tar.gz
templates-9ae0b0e661b9c887749f48e11657d720fe7482d0.tar.bz2
Fix: convert to MkDocs
Diffstat (limited to 'Makefile.mkdocs')
-rw-r--r--Makefile.mkdocs12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile.mkdocs b/Makefile.mkdocs
new file mode 100644
index 0000000..7b4bed8
--- /dev/null
+++ b/Makefile.mkdocs
@@ -0,0 +1,12 @@
+#
+# MkDocs Makefile
+#
+
+compile:
+ mkdocs build
+
+serve:
+ mkdocs serve
+
+watch:
+ @./scripts/watch