aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2020-05-31 23:25:11 +0200
committerBen Beltran <ben@nsovocal.com>2020-05-31 23:25:11 +0200
commitd92ac8ccf6516011bc40bff2b17ef0d0d766f9de (patch)
tree70543365776109995e6103aacab82259bf1f2da2 /README.md
parent5aabf12286e74aeb60b829d6401db8b17881a03f (diff)
Update dependencies + adapt code for them
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4713730..418f37e 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# blog
-Blog at unlimited.pizza -> Only
+Blog at unlimited.pizza -> Only 3 at a time.
## How to install
@@ -26,7 +26,7 @@ all entries and remove the oldest one if limit of posts is reached
`blog --add path/to/blog_post`
These commands will regenerate the static files. At that point you can
-preview your blog by serving the files on the `static` directory.
+preview your blog by serving the files on the `static` directory.
If you need to make corrections use:
@@ -37,12 +37,18 @@ shifting the existing entries.
`blog --publish`
-Will publish the blog.
+Will publish the blog. (Currently unsupported)
## How to publish
At the moment, the app does not include any publishers. [surge][surge] is an easy
way to do it, just point it to your static directory.
+## Debugging
+
+If you want to know more about what's going on when blog generates
+data, set the environment variable `NODE_DEBUG=blog`. This will
+enable the debug messages
+
[surge]: https://surge.sh