matanlurey / mtn.lu

Personal Micro-site

Home Page:https://mtn.lu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Personal Micro-site

https://mtn.lu/

License:MIT License


Languages

Language:HTML 54.5%Language:Dart 32.6%Language:CSS 10.9%Language:JavaScript 2.0%