The previous DBML workshop websites were integrated into the monorepo for TU Delft's Web Information Systems (WIS) group using Jekyll. Starting this year, the website's source code has been refactored out to be its own repository using 11ty+Nunjucks for easier website administration.
- Ensure that a recent version of nodejs is installed.
- Run
npm installat project root the install dependencies. - Run
npx @11ty/eleventy --serveat project root to start a localhost server. This will build an updated static website at/docs. - Push the changes at
/docsto GitHub. GitHub Pages serves the webstied from the/docsdirectory.