diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | Makefile | 9 |
2 files changed, 10 insertions, 0 deletions
@@ -1 +1,2 @@ +*.html *.tar.gz @@ -11,3 +11,12 @@ image: publish: awwan local gcloud-image-publish.aww 5- awwan local gcloud-image-cleanup.aww 5- + +## Preview the .md files in local using ciigo [1]. +.PHONY: serve-doc +serve-doc: + ciigo -address 127.0.0.1:8080 serve . + # Open http://127.0.0.1:8080/README.html to preview the README. + + +## [1] https://sr.ht/~shulhan/ciigo/ |
