No description
Find a file
2023-11-01 23:03:20 +01:00
assets update theme and description 2023-11-01 23:03:20 +01:00
content update theme and description 2023-11-01 23:03:20 +01:00
models update templates, adding robots 2023-11-01 17:14:41 +01:00
templates fix wrong link 2023-11-01 18:06:30 +01:00
.gitignore Update styles 2023-11-01 17:25:35 +01:00
LICENSE create scss 2023-11-01 00:31:31 +01:00
README.md update schedule 2023-11-01 15:14:24 +01:00
voc-info.lektorproject prepre publishing 2023-11-01 16:53:29 +01:00

VOC Info Page

This is a lektor Projekt, more about lektor on getlektor.com.

Because thsi project is migrated from a hugo project, currently the esbuild Javascript builder is not automated and has to be done manually to update scripts.

lektor venv install

To install the python package lektor as venv, run these commands:

python -m venv lektor
source lektor/bin/activate
pip install lektor

Run lektor:

source lektor/bin/activate
lektor server -f scss

esbuild instructions

prepare esbuild nodejs enviroment

# aktivate lektor ennv
source lektor/bin/activate

# install nodeenv
pip install nodeenv

# add nodejs env to current env
nodeenv -p

# install esbuild
npm install --save-exact --save-dev esbuild
./node_modules/.bin/esbuild --version

build assets

source lektor/bin/activate
./node_modules/.bin/esbuild assets/js/custom/nodes/schedule.js --bundle --outfile=assets/rendered_schedule.js

Get latest schedule

wget https://cfp.hackwerk.fun/november-geekend-23-2023/schedule/export/schedule.json -O assets/schedule.json