Getting Started with LUAX SSG
A simple guide to start using LUAX static site generator.
LUAX is a lightweight, fast, and modern static site generator built with Lua. It uses the LAX template engine to generate static websites from Markdown content with YAML frontmatter.
Lua is a lightweight, fast, and embeddable scripting language. It's perfect for building CLI tools like static site generators because:
LUAX follows the same concept as popular SSGs like Jekyll, Hugo, and 11ty:
LUAX was created to make static site generation simple and accessible. No complex configurations, no heavy dependencies, no steep learning curve. Just Lua and Markdown.
🚀 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.