Jamming on the Jamstack with Matt Biilmann and Mike Neumegen — Watch live!

GoPablo

178 stars
16 forks
0 issues
Home page
https://www.gopablo.co
Repository
luangjokaj/gopablo
Language:
JavaScript
License:
MIT
Templates:
gulp-file-include

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 🚀

Find more static site generators.