Static Eleventy site for Wild Globalization.
- Node.js 20+
- npm
npm ci
npm run dev
npm run buildnpm run build writes the production site to _site/.
.github/workflows/ GitHub Actions deploy workflow
src/_data/ site settings and navigation data
src/_includes/ Nunjucks layouts
src/assets/ CSS, JavaScript, images
src/content/ pages, blog posts, feeds, robots, sitemap
Generated and local-only files stay out of git: _site/, node_modules/, .cache/, .env, .DS_Store, logs, and private document drafts.
Pushes to main deploy _site/ through XMIT. Manual deploys are available from the Build and Deploy Eleventy workflow in GitHub Actions.
Required repository secrets:
XMIT_KEY
Optional repository variable:
XMIT_SITEdefaults towildglobalization.com
MIT. See LICENSE.