Skip to content

matanlurey/mtn.lu

Repository files navigation

mtn.lu

My personal blog, which is a custom static site generator written in Dart.

Usage

To generate a static site in the build directory, run the following:

dart pub get
./mntnlu.dart

To preview the site locally, add the --serve flag:

dart pub get
./mntnlu.dart --serve