strange-labs-hub

Strange Labs Hub

Central hub for Strange Labs projects. Built with Hugo.

Features

Getting Started

Prerequisites

Development

hugo server

Build

hugo

Output goes to public/ (gitignored).

Project Structure

config.toml          # Site config and project card data
content/             # Markdown content (blog posts, pages)
layouts/             # Hugo templates
  _default/          # Base, section, and single templates
  partials/          # Reusable template partials
  index.html         # Homepage
static/
  css/main.css       # Styles
  js/grid-art.js     # Gravity well grid animation
  js/hover.js        # Card hover effects
  js/contact.js      # Contact form modal
  images/            # Static images