The Ari-web blog. https://blog.ari.lt/
Find a file
Ari Archer 6318967524
update @ Mon 17 Jul 21:19:59 EEST 2023
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2023-07-17 21:19:59 +03:00
completions update @ Mon 31 Oct 16:50:02 EET 2022 2022-10-31 16:50:02 +02:00
content update @ Fri 19 May 18:24:02 EEST 2023 2023-05-19 18:24:02 +03:00
scripts update @ Fri 19 May 18:24:02 EEST 2023 2023-05-19 18:24:02 +03:00
.editorconfig init 2022-03-11 13:35:37 +02:00
.gitignore api change -- dont use base64 encoding, add recents.json api 2023-04-04 22:44:32 +03:00
blog.json update @ Mon 17 Jul 21:19:59 EEST 2023 2023-07-17 21:19:59 +03:00
LICENSE update @ Sat 1 Oct 02:22:35 EEST 2022 2022-10-01 02:22:35 +03:00
netlify.toml update @ Fri 19 May 18:24:02 EEST 2023 2023-05-19 18:24:02 +03:00
pyproject.toml update @ Sat 5 Nov 20:12:57 EET 2022 2022-11-05 20:12:57 +02:00
README.md update @ Tue 4 Apr 22:49:34 EEST 2023 2023-04-04 22:49:34 +03:00
requirements.txt update @ Tue 2 May 20:25:05 EEST 2023 2023-05-02 20:25:05 +03:00
runtime.txt update @ Sat 5 Nov 20:05:57 EET 2022 2022-11-05 20:05:57 +02:00
tox.ini init 2022-03-11 13:35:37 +02:00

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