feat(website): update content and links + website layout and banner
Some checks are pending
Docker CI / Build environment for GitLab CI/CD (push) Waiting to run
Docker CI / Generate Gitpod workspace image snapshot (push) Waiting to run

Also did some config updates behind the scenes during this session for
cafe (#cafe:hackclub.slack.com)

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>
This commit is contained in:
Andrei Jiroh Halili 2025-02-15 12:57:36 +08:00
parent c08ae8d678
commit 48f03d6e92
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
10 changed files with 90 additions and 67 deletions

View file

@ -21,6 +21,6 @@ mkdocs-git-authors-plugin = "*"
python_version = "3.12"
[scripts]
dev = "mkdocs serve --watch overrides --watch-theme --verbose"
dev = "mkdocs serve --watch overrides --watch-theme"
build = "mkdocs build -d public --verbose"
build-staging = "pipenv run build -f mkdocs.readthedocs.yml"