bash

Streamlining Static Web Development

There are times when even using Hugo for static web development is overkill. This articles shows how to efficiently develop small static web pages with some of the same advantages as the Hugo environment:

  • Easily invoke a zero-configured static web server.
  • Optimize development efficiency with LiveReload.
  • Automate the environment.
  • Optimize for production.

The solutions described will use Node.js and Bash scripts.

read more