Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 578 Bytes

File metadata and controls

23 lines (15 loc) · 578 Bytes

GDQL Docs

Documentation for GDQL (Grateful Dead Query Language), built with Doks.

Live: docs.gdql.dev

Run locally

npm install
npm run dev

Deploy

Automated via GitHub Actions on push to main. Built with Hugo, deployed to GitHub Pages.

Structure

  • content/ — docs pages (cookbook, reference, getting started)
  • layouts/ — custom templates and shortcodes
  • assets/ — SCSS and JS customizations
  • config/ — Hugo/Doks configuration