A README.md => README.md +7 -0
@@ 0,0 1,7 @@
+<img src="https://e.brettgilio.com/unhost.svg" alt="unhost logo">
+
+
+# unhost
+
+Static git pages generated by daemon
+
A doc/README.org => doc/README.org +18 -0
@@ 0,0 1,18 @@
+# This file is used EXCLUSIVELY to generate Markdown used in the BASEDIR
+#+title: unhost
+#+options: toc:nil
+#+export_file_name: ../README.md
+
+#+begin_export html
+ <img src="https://e.brettgilio.com/unhost.svg" alt="unhost logo">
+#+end_export
+
+
+* unhost
+Static git pages generated by daemon
+
+* COMMENT Local variables
+# Local Variables:
+# eval: (setq org-html-text-markup-alist '((strike-through . "~~%s~~")))
+# eval: (add-hook 'after-save-hook #'org-md-export-to-markdown nil t)
+# End: