The Ari-web blog. https://blog.ari.lt/
Find a file
Ari Archer af3ab78e2e
update @ Mon 30 May 19:22:19 EEST 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-05-30 19:22:19 +03:00
completions update @ Thu 7 Apr 22:32:55 EEST 2022 2022-04-07 22:32:55 +03:00
content update @ Fri 27 May 00:29:40 EEST 2022 2022-05-27 00:29:40 +03:00
scripts update @ Thu 26 May 22:06:22 EEST 2022 2022-05-26 22:06:22 +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 @ Mon 30 May 19:22:19 EEST 2022 2022-05-30 19:22:19 +03:00
LICENSE init 2022-03-11 13:35:37 +02:00
netlify.toml update @ Thu 26 May 22:02:50 EEST 2022 2022-05-26 22:02:50 +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
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.