/pingy

Static website use Pingy CLI to build Sass, Pug, etc

Primary LanguageHTML

Static Website with Pingy CLI

Install Pingy

npm install @pingy/cli --global

Setup

git clone git@github.com:huychau/pingy.git
cd pingy/
npm install

Run

pingy dev // Development
pingy export // Build

Custom pingy export

pingy export include some files, folders unnecessary by default, so we need config to exclude or remove it.

  • Exclude views/, *.md, *.json here
  • Remove unnecessary files, folders here
  • Run the export npm run export

References