News

DevDojo Static - NodeJS Site Generator

Published
DevDojo Static - NodeJS Site Generator image

Static is a new project from DevDojo that is a simple site generator that uses NodeJS to compile your HTML into a fast and elegant static website.

Some of the features include:

  • TailwindCSS Integration
    Add the {tailwindcss} shortcode to the head of your HTML file, and you're ready to rock!
  • Page-based routing
    Add a new file to your pages directory, and Static will automatically create a route.
  • HTML Includes
    Create reusable HTML elements by utilizing the included tags, and use attributes to pass in data.
  • Create Content
    Add a Markdown file to the content folder, and it will automatically create a page.

Static Usage

After you install the Static NPM package, you'll have three new commands that you can use in your command prompt.

static new my-site

The static new command will create a new site in the folder you specify.

static dev

The static dev command starts a development server for the current project folder.

static build

The static build command will build your site into a production-ready masterpiece.

Once you finish your site you can host it on any server, GitHub pages, or even deploy through Laravel Forge.

Eric L. Barnes photo

Eric is the creator of Laravel News and has been covering Laravel since 2012.

Filed in

Sponsored

masteringlaravel logo
Laravel Code Review

Get expert guidance in a few days with a Laravel code review

Visit Laravel Code Review

The latest

View all →
PayZephyr: One Payment API for Stripe, Paystack, and PayPal image

PayZephyr: One Payment API for Stripe, Paystack, and PayPal

Read article
Bifrost Turns One With AI Builds and New Workflows image

Bifrost Turns One With AI Builds and New Workflows

Read article
Preview Blade Templates in macOS Finder with Quick Blade image

Preview Blade Templates in macOS Finder with Quick Blade

Read article
Artisan Debugging Commands in Laravel Telescope 5.24.0 image

Artisan Debugging Commands in Laravel Telescope 5.24.0

Read article
Queue totalSize() and JobInterrupted Event in Laravel 13.31 image

Queue totalSize() and JobInterrupted Event in Laravel 13.31

Read article
Find Unexpected Test Inputs with Fuzz for Pest image

Find Unexpected Test Inputs with Fuzz for Pest

Read article