The Ari-web blog. https://blog.ari.lt/
Find a file
Ari Archer ddcdb9fd97
update @ Fri 20 May 23:06:31 EEST 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-05-20 23:06:31 +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 @ Sun 8 May 23:37:41 EEST 2022 2022-05-08 23:37:41 +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 @ Fri 20 May 23:06:31 EEST 2022 2022-05-20 23:06:31 +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 @ Fri 11 Mar 13:52:16 EET 2022 2022-03-11 13:52:16 +02: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.