An Eleventy static site generator project, ready to deploy on Light Cloud.
- Eleventy 3
- Markdown content with Nunjucks layouts
- Builds
srcto_site— no client-side JavaScript - Ready for production deployment
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run buildVisit console.light-cloud.com and sign up with GitHub or Google.
- Click "New Application" in the dashboard
- Select "Static Site" as the deployment type
- Choose "Eleventy" as the framework
- Option A: Fork this repository and connect it via GitHub
- Option B: Push this code to your own GitHub repository and connect it
Light Cloud will auto-detect your settings, but you can verify:
| Setting | Value |
|---|---|
| Build Command | npm run build |
| Output Directory | _site |
Click "Deploy" and your site will be live in seconds!
Your site will be available at https://your-app.light-cloud.io
Website • Documentation • Console
Made with ☁️ by Light Cloud
