From 409fa6d0d56f51027b1f8f8369ccba04885b522a Mon Sep 17 00:00:00 2001 From: tadad <43223192+tadad@users.noreply.github.com> Date: Fri, 5 May 2023 09:25:35 -0500 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fac53a7..e3fc03a 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,9 @@ Install %blog with ``` ## Export +If you want to move your blog to another Urbit, run `:blog|export %.y`. If you want to serve your blog from a normal server, run `:blog|export %.n`. The file format for each of these cases is slightly different. -You can export your %blog with `:blog|export %.y` in the dojo. This will create a folder inside your blog desk called `/export`. You can pass `%.n` instead if you don't want the css to appended to the exporte HTML. - -To see it, ensure you have mounted the blog desk with `|mount %blog`. +To see it, ensure you have mounted the blog desk with `|mount %blog`, and it will appear in unix. ## Import @@ -37,4 +36,4 @@ After an export (or if you have files from elsewhere), you can import files into /themes ``` -Then run `-blog!import` in the dojo. \ No newline at end of file +Then run `-blog!import` in the dojo.