~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
1# This configuration file was automatically generated by Gitpod.
2# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
3# and commit this file to your remote git repository to share the goodness with others.
4
5# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart
6
7checkoutLocation: tildeweb-ajhalili2006
8
9image: quay.io/ajhalili2006/mkdocs-material-build-ci:commit-f1a2adaa1d977fe66e4f1791436027539fe187b8
10
11tasks:
12 - init: |
13 pipenv sync --verbose
14 command: |
15 FF_ENABLE_COMMIT_DATA=true pipenv run -- mkdocs serve --watch overrides --watch-theme --livereload
16 name: site-localdev
17 env:
18 FF_ENABLE_COMMIT_DATA: "true" # Required to use git-revision-date-localized, like in prod.
19
20ports:
21 - port: 8000
22 onOpen: notify
23 visibility: public