The official website for the TABMON project built with Hugo static site generator featuring a custom purple-burgundy gradient design.
git clone https://github.com/NINAnor/tabmon_website.git
cd tabmon_website
brew install hugosudo apt install hugo
# Or download from: https://github.com/gohugoio/hugo/releases
nix-shell -p hugohugo server
Or with Nix:
nix-shell -p hugo --run "hugo server"
content/ directorylayouts/_default/baseof.htmlstatic/images/ (team photos) or static/figures/ (project graphics)tabmon_website/
├── content/ # Website content (Markdown files)
│ ├── _index.md # Homepage
│ ├── about/ # About TABMON page
│ ├── data/ # Data section
│ ├── methods/ # Methods section
│ ├── news/ # News & updates
│ ├── publications/ # Publications
│ ├── resources/ # Resources & dashboard section
│ └── team/ # Team page
├── layouts/ # Custom HTML templates
│ └── _default/ # Default layouts
├── static/ # Static assets
│ ├── figures/ # Project graphics (logos, diagrams)
│ └── images/ # Team member photos
├── hugo.toml # Hugo configuration
├── netlify.toml # Netlify deployment config
└── README.md # This file
This site is configured for automatic deployment on Netlify:
main branch triggers a buildnetlify.toml# Build for production
hugo --gc --minify
# Output will be in the public/ directory
.md files in the appropriate content/ subdirectorystatic/images/content/team/_index.md with member informationlayouts/_default/baseof.htmlThis project is part of the TABMON research initiative.