From 14dfa32835708a6f5a7ebe9ddf18429fd5b31ff5 Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Tue, 4 Apr 2023 22:49:34 +0300 Subject: [PATCH] update @ Tue 4 Apr 22:49:34 EEST 2023 Signed-off-by: Ari Archer --- README.md | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 320c155..68ce0b5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [Ari-web blogs](https://blog.ari-web.xyz/) +# [ari-web blogs](https://blog.ari-web.xyz/)

@@ -12,7 +12,7 @@

-## Installing dependencies +## installing dependencies ```sh $ python3 -m virtualenv venv @@ -26,23 +26,23 @@ Or $ python3 -m pip install --user -r requirements.txt ``` -## Completions +## completions -- Bash +- bash ```bash $ . completions/blog.bash ``` -## Building +## building -- Generate full-on static site +- generate full-on static site ```bash $ CI=1 ./scripts/blog static ``` -- Only build blogs +- only build blogs ```bash $ CI=1 ./scripts/blog static @@ -55,11 +55,7 @@ in that context, for example sorting blogs. `CI` can have any value. -## The API +## the API -Nobody is stopping you from using the static API, -it's located at [/blog.json](https://blog.ari-web.xyz/blog.json), also if you're using -this API generally, this API is **extremely** large, so -I implemented cache validation, just cache it, -including the sha256 hash and validate it with -the [hash on the api](https://blog.ari-web.xyz/blog_json_hash.txt) +- +-