hfye / web

πŸš€ Content of examples.openshift.pub

Home Page:http://examples.openshift.pub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build

via Containerfile

Export GH_TOKEN with access to github.com/squidfunk/mkdocs-material-insiders.git. In case you don't have access to material-insiders it will build with material.

podman build \
  -t mkdocs:local \
  --no-cache \
  --build-arg GH_TOKEN=${GH_TOKEN} \
  -f Containerfile .

Local development

Build local runtime.

Export GH_TOKEN with access to github.com/squidfunk/mkdocs-material-insiders.git. In case you don't have access to material-insiders it will build with material.

podman build \
  -t mkdocs:local \
  --no-cache \
  --build-arg GH_TOKEN=${GH_TOKEN} \
  -f Containerfile.local-run .

Run it

podman run -ti --rm \
  -v $(pwd):/opt/app-root/src:z \
  -p 8080:8080 mkdocs:local

Stargazers over time

Stargazers over time

About

πŸš€ Content of examples.openshift.pub

http://examples.openshift.pub


Languages

Language:HTML 87.1%Language:CSS 9.8%Language:Shell 3.1%