mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-10 03:39:38 +00:00
bb222552d2
[skip ci] Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
23 lines
875 B
YAML
23 lines
875 B
YAML
# 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
|
|
|
|
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
|
|
env:
|
|
FF_ENABLE_COMMIT_DATA: "true" # Required to use git-revision-date-localized, like in prod.
|
|
|
|
ports:
|
|
- port: 8000
|
|
onOpen: notify
|
|
visibility: public
|