hulk 0.1.9

An ultra simple no hassle static site generator
mod cli_gui;
mod generator;
mod assets;
mod hulk_file;
mod pure;
mod nav;
mod indexer;
mod init;
mod unit;
// mod gui;
mod app_consts;
use brown as bro;


fn main(){
  //--we can place it here as well
  use cli_gui::cli_gui;
  cli_gui();
  println!("ok");
}