aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruser <user@node5.net>2024-03-11 10:41:12 +0100
committeruser <user@node5.net>2024-03-11 10:41:12 +0100
commit3c8b3dffb317cb9f5b04aca8ade6566627c95095 (patch)
treeee9dfb0550fe01d23cb94ae04380cf89583f4a88
parent6e69e588f6e9371814844fdd958a00fbe70226c0 (diff)
readme update to reflect validate and reload
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index 04ac915..97f3bb6 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,14 @@
+
+Validate article source compiles to HTML before reloading service
+```bash
+python3 src/blog_node5_net.py validate
+```
+
+SystemD service supports reloading of the articles from source
+```bash
+sudo systemctl reload blog.node5.net.service
+```
+
### TODO
- [Caching](https://flask-caching.readthedocs.io/en/latest/)
- Breadcrumbs
@@ -5,4 +16,8 @@
- Live reload content
- GIT hook
- Reload service
+
+### Done
- Test configuration files similar to `nginx -t`
+- Reload service
+