2025-04-21 21:46:30 -04:00
2025-04-21 21:46:30 -04:00
2025-02-18 17:50:05 -05:00
2025-04-21 21:46:30 -04:00
2025-02-18 17:50:05 -05:00
2025-02-18 17:50:05 -05:00
2025-02-18 17:50:05 -05:00
2025-02-18 17:50:05 -05:00
2025-04-21 21:46:30 -04:00

virtual-star

Static site builder for a blog site, for deployment to neocities or via included static-server docker container.

Install

  • Clone this repository, and run npm i.
  • Set up a .env file if desired.

Configure

In your .env file, or as environment vars:

  • VS_DEBUG: set to true to enable more logging, false otherwise (default: false).
  • VS_INPUT_DIR: change the input directory (default: content/).
  • VS_OUTPUT_DIR: change the output directory (default: build/).

Usage

Build

Converts .md files in the input directory to .html files in the output directory.

  • npm run build

Serve

Statically serves files in the output directory

  • npm run serve
Description
Static site builder for a blog site, for deployment to neocities or via included static-server docker container.
Readme 40 KiB
Languages
JavaScript 99.4%
HTML 0.6%