diff options
| author | user <user@node5.net> | 2024-03-11 10:41:12 +0100 |
|---|---|---|
| committer | user <user@node5.net> | 2024-03-11 10:41:12 +0100 |
| commit | 3c8b3dffb317cb9f5b04aca8ade6566627c95095 (patch) | |
| tree | ee9dfb0550fe01d23cb94ae04380cf89583f4a88 | |
| parent | 6e69e588f6e9371814844fdd958a00fbe70226c0 (diff) | |
readme update to reflect validate and reload
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 + |
