The Ari-web blog. https://blog.ari.lt/
Find a file
Ari Archer a75abe7d06
update @ Thu 26 May 21:23:35 EEST 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-05-26 21:23:36 +03:00
completions update @ Thu 7 Apr 22:32:55 EEST 2022 2022-04-07 22:32:55 +03:00
content update @ Sun 8 May 23:32:02 EEST 2022 2022-05-08 23:32:02 +03:00
scripts update @ Sat 21 May 18:29:13 EEST 2022 2022-05-21 18:29:13 +03:00
.editorconfig init 2022-03-11 13:35:37 +02:00
.gitignore init 2022-03-11 13:35:37 +02:00
blog.json update @ Wed 25 May 20:15:11 EEST 2022 2022-05-25 20:15:11 +03:00
LICENSE init 2022-03-11 13:35:37 +02:00
netlify.toml update @ Sat 30 Apr 22:31:48 EEST 2022 2022-04-30 22:31:48 +03:00
README.md update @ Thu 7 Apr 22:36:48 EEST 2022 2022-04-07 22:36:48 +03:00
requirements.txt update @ Sat 21 May 18:57:24 EEST 2022 2022-05-21 18:57:24 +03:00
robots.txt update @ Thu 26 May 21:23:35 EEST 2022 2022-05-26 21:23:36 +03:00
runtime.txt update @ Fri 11 Mar 13:40:22 EET 2022 2022-03-11 13:40:22 +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_BUILD=1 ./scripts/blog static
  • Only build blogs
$ CI_BUILD=1 ./scripts/blog static

CI_BUILD 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_BUILD can have any value.