blog.ari.lt/README.md
Ari Archer 14dfa32835
update @ Tue 4 Apr 22:49:34 EEST 2023
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2023-04-04 22:49:34 +03:00

1.5 KiB

ari-web blogs

installing dependencies

$ python3 -m virtualenv venv
$ . venv/bin/activate
$ pip install -r requirements.txt

Or

$ python3 -m pip install --user -r requirements.txt

completions

  • bash
$ . completions/blog.bash

building

  • generate full-on static site
$ CI=1 ./scripts/blog static
  • only build blogs
$ 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