# [ari-web blogs](https://blog.ari-web.xyz/)

## installing dependencies ```sh $ python3 -m virtualenv venv $ . venv/bin/activate $ pip install -r requirements.txt ``` Or ```sh $ python3 -m pip install --user -r requirements.txt ``` ## completions - bash ```bash $ . completions/blog.bash ``` ## building - generate full-on static site ```bash $ CI=1 ./scripts/blog static ``` - only build blogs ```bash $ CI=1 ./scripts/blog static ``` `CI` environment variable is optional, though setting it in a build/CI environment is good to save time on some operations that are useless in that context, for example sorting blogs. `CI` can have any value. ## the API - -