Join us at Jamstack Conf Virtual, October 6-7. Register now!

StaticGen

A List of Static Site Generators for Jamstack Sites

AboutContributeAbout JamstackNeed a Static CMS?

Easystatic

https://easystatic.com/ easystatic/easystatic (48)
Languages:JavaScript
Templates:EJS
License:Apache-2.0

Easystatic uses Markdown It for web pages, EJS and PostCSS + Autoprefixer for layout, Browsersync for cross-device testing...

Why use Easystatic?

  1. It advocates convention over configuration
  2. It's JavaScript-based, no need to have Ruby/Go/PHP installed
  3. It's build around modern mainstream front-end tools such as PostCSS, Babel, Browsersync
  4. It contains a build-in development server with "live reload"
  5. It can scaffold the basic site layout for you based on Material Design Lite (MDL)

How to Use

$ npm install -g easystatic
$ es start <path>

...where <path> is the folder with *.md files, or an empty folder. For example:

$ es start mysite.com

This command launches your site in a browser and starts watching for modifications in source files (<path>/*.md, <path>/assets/*.*).

How to Deploy

Here is an example of how you can deploy your site to GitHub Pages:

$ es deploy mysite.com --repo=username/mysite.com --domain=mysite.com

For more info, please visit www.easystatic.com

StaticGen is hosted and maintained by Netlify, the perfect way to deploy your Jamstack sites and apps.

© Netlify 2020