No release in over 3 years
A responsive, data-driven Jekyll theme designed for Helldivers 2 clans. Includes dynamic leader profiles, Twitch integration, RSS feeds, and a sci-fi terminal aesthetic.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

 Project Readme

Dagger Squad Terminal | Helldivers 2 Clan Website

Preview License Jekyll Themes Shield

Home Dashboard Intel Dossier
Home Page Preview Intel Page Preview
Comms Terminal Enlistment Form
Comms Page Preview Enlist Page Preview

A high-performance, static website built with Jekyll for the Dagger Squad Helldivers 2 clan.

Features a holographic "Super Earth" UI, dynamic data-driven content, live Twitch integration, and automated recruitment forms.

Theme: Managed Democracy / Sci-Fi Terminal


Features

  • Dynamic Data System: All squad info (Leaders, Stats, Loadouts, Story) is stored in a single YAML file. No coding required to update content.
  • Live Twitch Integration: Dedicated "Live Feed" page with auto-detecting embed.
  • Recruitment Terminal: Contact form powered by Formspree (no backend required).
  • Responsive Design: Fully optimized for mobile, tablet, and desktop.
  • High-Performance Graphics: GPU-accelerated particle background (Canvas API) for smooth 60fps animations.
  • RSS News Feed: Automatically pulls latest Helldivers 2 updates from Steam.

Tech Stack

  • Generator: Jekyll (Static Site Generator)
  • Styling: SCSS / Sass
  • Hosting: NixiHost (Standard Shared Hosting)
  • Forms: Formspree
  • Video: Twitch Embed API

Project Structure

/
├── _config.yml           # Site settings (Title, Twitch, Discord links)
├── _data/
│   └── squad.yml         # ⭐ EDIT THIS FILE TO UPDATE CONTENT ⭐
├── _layouts/
│   └── default.html      # Master template (Header, Nav, Footer)
├── _sass/                # SCSS stylesheets
├── assets/
│   ├── css/              # Compiled CSS (Auto-generated)
│   ├── js/               # JavaScript (Particles, RSS, Twitch)
│   └── img/              # Images (Leaders, Stratagems, Backgrounds)
├── index.html            # Home Page
├── about.md              # Intel Page
├── join.md               # Enlist Page
├── contact.md            # Comms Page
└── watch.md              # Live Feed Page