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?

GoPablo

hhttps://www.gopablo.co luangjokaj/gopablo (155)
Languages:JavaScript
Templates:gulp-file-include
License:MIT

Introduction

GoPablo is a static site generator with a modern development workflow, integrated web server, auto-reload, CSS preprocessors, and ES6 ready.

Features

πŸ‘‡ Includes
πŸ“¦ Live Server
πŸ”₯ Hot Reload & CSS Injection
βš™ Babel 7
πŸ€– Express Server
πŸŽ’ Code Minification
🌈 Image Compression
πŸ•Έ Templating & Partial HTML Injection
🎨 PostCSS & Next Generation CSS
βœ‚οΈ Cache-Busting
πŸ›Ž Distribution Files

TL;DR

Install GoPablo

sudo npm i gopablo -g

Initialize project

Run GoPablo to generate the file structure:

gopablo

Run the app in development mode

Build and open your browser to http://localhost:3000.

npm run dev

Build distribution files for the app in production

npm run prod

Ready to deploy πŸš€

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

Β© Netlify 2020