The Ari-web blog. https://blog.ari.lt/
Find a file
Ari Archer b0b3257bfa
update @ Mon 1 May 13:22:14 EEST 2023
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2023-05-01 13:22:14 +03:00
completions update @ Mon 31 Oct 16:50:02 EET 2022 2022-10-31 16:50:02 +02:00
content update @ Thu 9 Feb 00:45:57 EET 2023 2023-02-09 00:45:57 +02:00
scripts update @ Wed 26 Apr 02:52:55 EEST 2023 2023-04-26 02:52:55 +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 @ Fri 28 Apr 01:23:36 EEST 2023 2023-04-28 01:23:36 +03:00
LICENSE update @ Sat 1 Oct 02:22:35 EEST 2022 2022-10-01 02:22:35 +03:00
netlify.toml api change -- dont use base64 encoding, add recents.json api 2023-04-04 22:44:32 +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 @ Mon 1 May 13:22:14 EEST 2023 2023-05-01 13:22:14 +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