~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): :technologist: update base image and extensions list

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>

Changed files
+14 -9
.vscode
+12 -8
.gitpod.yml
···
-
# This configuration file was automatically generated by Gitpod.
-
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
-
# and commit this file to your remote git repository to share the goodness with others.
-
-
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart
-
checkoutLocation: tildeweb-ajhalili2006
+
checkoutLocation: ajhalili2006/website
-
image: quay.io/ajhalili2006/mkdocs-material-build-ci:commit-f1a2adaa1d977fe66e4f1791436027539fe187b8
+
image: quay.io/ajhalili2006/mkdocs-material-build-ci:commit-8637138aeba0b34174605c7688a65440b7d0b2ec
tasks:
- init: |
-
pipenv sync --verbose
+
pipenv --python 3.12 sync --verbose
command: |
FF_ENABLE_COMMIT_DATA=true pipenv run -- mkdocs serve --watch overrides --watch-theme --livereload
name: site-localdev
···
- port: 8000
onOpen: notify
visibility: public
+
+
vscode:
+
extensions:
+
- foam.foam-vscode
+
- DavidAnson.vscode-markdownlint
+
- timonwong.shellcheck
+
- ms-azuretools.vscode-docker
+
- vivaxy.vscode-conventional-commits
+
- akosyakov.gitpod-monitor
+2 -1
.vscode/settings.json
···
"docker",
"scripts",
"github-actions",
-
"dni"
+
"dni",
+
"gitpod"
],
"conventionalCommits.autoCommit": false,
"conventionalCommits.promptCI": true,