The Ari-web blog. https://blog.ari.lt/
Find a file
Ari Archer c12dadfdb9
update @ Wed 30 Aug 02:47:32 EEST 2023
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2023-08-30 02:47:32 +03:00
content total rewrite of the blogging system 2023-08-29 10:27:14 +03:00
scripts update @ Wed 30 Aug 02:47:32 EEST 2023 2023-08-30 02:47:32 +03:00
.editorconfig init 2022-03-11 13:35:37 +02:00
.gitignore update @ Tue 8 Aug 17:49:12 EEST 2023 2023-08-08 17:49:12 +03:00
blog.json update @ Tue 29 Aug 11:45:09 EEST 2023 2023-08-29 11:45:09 +03:00
LICENSE update @ Sat 1 Oct 02:22:35 EEST 2022 2022-10-01 02:22:35 +03:00
netlify.toml total rewrite of the blogging system 2023-08-29 10:27:14 +03:00
pyproject.toml total rewrite of the blogging system 2023-08-29 10:27:14 +03:00
README.md update @ Tue 4 Apr 22:49:34 EEST 2023 2023-04-04 22:49:34 +03:00
requirements-extra.txt total rewrite of the blogging system 2023-08-29 10:27:14 +03:00
requirements.txt total rewrite of the blogging system 2023-08-29 10:27:14 +03:00
runtime.txt update @ Sat 5 Nov 20:05:57 EET 2022 2022-11-05 20:05:57 +02:00
tox.ini total rewrite of the blogging system 2023-08-29 10:27:14 +03: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