Skip to content

graphdeeplearning/website

Repository files navigation

NTU Graph Deep Learning Lab Website

Installation/Usage

Please follow the instructions for the Academic theme.

Quick Links:

  • Creating new content: link
  • Deploying to .github.io: link

Please ensure that you are using/installing the exact versions of Hugo and the Accedemic theme when deploying to .github.io:

Contribution Rules

  • Follow the GitHub Flow.
    • Branch/Fork → Commit → Pull Request [→ Merge]
  • Commit messages should be in title case and descriptive.
  • Maintain consistent coding style.
  • Comment out or delete debug statements when committing.
  • Make sure you haven't broken anything that was previously working.