~ajhalili2006's personal website, built with Zensical (successor of Material for Mkdocs) [old repo name got bugged while attempting to do manual knot migration via repo deletion] andreijiroh.dev
zensical mkdocs-material website

chore(gitpod): bump devenv image to build based on 34a2eb5ce41701454dfede862a6284cc92bfe175

[skip ci]

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>

Changed files
+3 -3
+3 -3
.gitpod.yml
···
checkoutLocation: tildeweb-ajhalili2006
-
image: ghcr.io/ajhalili2006/ajhalili2006.github.io/devenv:commit-b9683f870d90ffe1a6c2d4d22c69fb8e99322e17
tasks:
- init: |
-
pipenv install
command: |
FF_ENABLE_COMMIT_DATA=true pipenv run -- mkdocs serve --watch overrides --watch-theme --livereload
name: site-localdev
···
ports:
- port: 8000
onOpen: notify
-
visibility: public
···
checkoutLocation: tildeweb-ajhalili2006
+
image: ghcr.io/ajhalili2006/ajhalili2006.github.io/devenv:commit-34a2eb5ce41701454dfede862a6284cc92bfe175
tasks:
- init: |
+
pipenv sync --verbose
command: |
FF_ENABLE_COMMIT_DATA=true pipenv run -- mkdocs serve --watch overrides --watch-theme --livereload
name: site-localdev
···
ports:
- port: 8000
onOpen: notify
+
visibility: public