static_shock 0.0.14 copy "static_shock: ^0.0.14" to clipboard
static_shock: ^0.0.14 copied to clipboard

A static site generator for Dart.

Static Shock - A static site generator, written in Dart

Built by the Flutter Bounty Hunters


For documentation, visit staticshock.io

Static Shock #

A static site generator for Dart.

How to use from the command line #

To use Static Shock as a command-line tool, use the static_shock_cli package.

How to use programmatically #

To use Static Shock programmatically, create a new StaticShock instance, and then generate a static website.

final staticShock = StaticShock()
  ..pick(...)
  ..[configuration here]
  ..plugin(...)
  ..plugin(...);

// Generate a static website.
await staticShock.generateSite();
copied to clipboard
37
likes
120
points
193
downloads

Publisher

verified publisherflutterbountyhunters.com

Weekly Downloads

2024.10.02 - 2025.04.16

A static site generator for Dart.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

collection, dart_rss, fbh_front_matter, github, http, image, intl, jinja, markdown, mason_logger, path, pub_updater, puppeteer, sass, yaml

More

Packages that depend on static_shock