Utilities
This page is for internal use atm, but hopefully will eventually be useful for wider public.
In-house docs (this website ++)
Section titled βIn-house docs (this website ++)β- 
Organize your markdown as follows, as per AstroJS docs, in any root directory:
Terminal window βββ src/βββ starlightConfig.tsβββ content/docs/ββ topic-1/β°β file-1.md, file-2 ...β°β topic-2/β°β file-1.md, folder/ ...β°ββ pages/ # optionalββ index.astroβ°β ... # integration with various web APIsβ°β ... # other assets: edit astro.config.mjsβ°ββ public/ # optionalβ°ββ images, js, wasm, html files - 
For each
content/docs/topic, add an entry in thesrc/starlightConfig.ts. 
- 
To change the home page, the
pages/index.astrofile, or common components, shall be edited. - 
Files other than markdowns, can be copied to the
publicfolder. - 
Cherry-pick from following commands to build, rebuild and serve the contents locally:
Terminal window # First source our global bashrc file, then run:htDeployLocal & # after each change of contents 
OpenAI Whisper + Ollama
Section titled βOpenAI Whisper + OllamaβA web app for using OpenAI Whisper and Ollama LLMs as a private assistant.
Repo: gitea/aliraeini/whisper2ollama (TODO make public once stable)
Initial build:
Clone git repo and set env var WEB_APPS_DIR=<path/to/root/dir/of/> whisper2ollama
cd "${WEB_APPS_DIR}/whisper2ollama"make buildDeploy:
(cd "$WEB_APPS_DIR/whisper2ollama" && make deployLocal)UI: Open whisper2ollama piped through pinggy or localhost:8003 in your browser