From 77e872c149b03b21d07aba2a9c98a51cd9a8c40c Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Sun, 24 Jun 2018 21:05:59 -0700 Subject: [PATCH] Created Static Export (markdown) --- Static-Export.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Static-Export.md diff --git a/Static-Export.md b/Static-Export.md new file mode 100644 index 0000000..3e2fc95 --- /dev/null +++ b/Static-Export.md @@ -0,0 +1,6 @@ +If you want to use Statup as a CLI application without running a server, you can export your status page to a static HTML. +This export tool is very useful for people who want to export their HTML and upload/commit it to Github Pages or an FTP server. +```dash +statup export +``` +###### Creates `index.html` in the current directory with CDN asset URL's. 💃 \ No newline at end of file