/bkleinen.github.io

Information for HTW Students

Primary LanguageJavaScript

bkleinen.github.io

This is the repository behind my web page:

Production HTW: https://home.htw-berlin.de/~kleinen/

Production Github Pages: https://bkleinen.github.io/

If you find information here - or on the staging server - that is not (yet) linked from your course's page - especially lab exercises - be aware that I haven't released them yet for the current term, so they might and probably will change at least a bit.

Apart from that, feel free to browse and also send me a pull request if you encounter an error.

Now on Hugo

git clone git@github.com:bkleinen/bkleinen.github.io.git
cd bkleinen.github.io

make hugo

(local installation of Hugo needed.)

Deployment

Automatic deployment via github actions, see https://github.com/bkleinen/bkleinen.github.io/actions

Overview

branch/tag config env drafts target url Status GH Pages Deployment
main staging staging no https://bkleinen.github.io/staging/ Deploy Staging pages-build-deployment
main stagingdrafts staging yes https://bkleinen.github.io/stagingdrafts/ Deploy Staging Drafts pages-build-deployment
v0.0 production production no http://bkleinen.github.io/ Deploy Production / Github pages-build-deployment
v0.0 htw production no https://home.htw-berlin.de/~kleinen/ Deploy Production / HTW
v0.0 progwebtec production no http://progwebtec.github.io/ Deploy Production / progwebtec.github.io pages-build-deploymentpages-build-deployment

Deploy via Makefile

make c m="commit message"
make deploy

(assuming access rights)

See makefile for other useful targets.

Markdown

Hugo uses Goldmark markdown.