Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 813 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 813 Bytes

zola 🦀 + webpack 📦

A static website built with Zola.

The stylesheet is generated from Sass by Zola while JavaScript is handled by Webpack. The latter emits a modular .mjs and legacy .js bundle using the module/nomodule pattern.

Install

$ npm install 

Build

$ npm run build

Watch

$ npm run watch

Analyze Webpack bundle

If you would like to analyze the generated Webpack bundle with webpack-bundle-analyzer, you can do so with the following command:

$ npm run analyze

This will start a server on 127.0.0.1:8888.