WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

DataIntelligenceCrew/dbml26

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website source code for DBML 2026 Workshop (w/ ICDE)

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.

Building

  1. Ensure that a recent version of nodejs is installed.
  2. Run npm install at project root the install dependencies.
  3. Run npx @11ty/eleventy --serve at project root to start a localhost server. This will build an updated static website at /docs.
  4. Push the changes at /docs to GitHub. GitHub Pages serves the webstied from the /docs directory.