Getting Started with LUAX SSG
A simple guide to start using LUAX static site generator.
LUAX v1.2 is here - lightweight, fast, and modern static site generator built with Lua. Now supports versioned documentation like /v0.3/about/, /v1.2/docs/ with full pretty URL and Windows dot-folder fix.
LUAX v1.2 rebuilt for versioned documentation and pretty URL stability
LUAX follows the same concept as popular SSGs like Jekyll, Hugo, and 11ty, but with versioning power
LUAX v1.2 was created to make versioned documentation simple. No complex configs, no heavy dependencies. Just create src/v0.3/about.md and it becomes /v0.3/about/. Perfect for changelogs, API docs, and multi-version sites.
🚀 Built with ❤️ using LUAX
git clone https://github.com/mesinkasir/luax.git
cd luax
luax build
luax start
Your site is now running at http://localhost:8080
Upload dist/ folder in to your hosting or build using github action, Delpoy on Cpanel, VPS, Vercel, Cloudflare, Netlify, or Github Pages.
A simple guide to start using LUAX static site generator.
Lua is lightweight, fast, and perfect for building static site generators.
Learn the basics of LAX template engine used in LUAX.
How to write content using Markdown with YAML frontmatter in LUAX.
Learn how to deploy your LUAX site to production.
LUAX automatically generates SEO-friendly metadata.
If you find LUAX helpful, consider supporting us.