Please -This software is being worked upon. Better wait till version 1.0.

HULK


Hulk is an ultra simple static site generator designed to appeal to both technical and non technical users.

> Hulk converts Markdown (.md) files (from ./data folder) into html files (into ./site folder).


Installation

At the moment this application is just available on cargo. To install you have to type into terminal cargo install hulk

cargo install hulk

---

Getting Started

After Hulk has been installed all you need is to run just 2 commands; first to initialize and second to generate.

hulk init

and then

hulk gen

Thats it...

The gen command will convert all the md files located in data folder to html files in site folder. It will also create the necessary css etc.

How it Works

Special Features

Help is Needed

You help, support, guidance and suggestions are expected and desired.

Please do report bugs and suggestions here https://github.com/skillzaa/hulk/issues

Release Notes

Version 0.1.5

A lot has changed internally but on the surface it remains the same. The API is not mature and is likely to change and I expect a lot of errors. So at the moment this project is good for any one to join in and be part of.