Crates.io | hulk |
lib.rs | hulk |
version | 0.1.9 |
source | src |
created_at | 2021-10-25 07:58:35.569783 |
updated_at | 2021-12-27 19:15:38.89742 |
description | An ultra simple no hassle static site generator |
homepage | https://github.com/skillzaa/hulk.git |
repository | https://github.com/skillzaa/hulk.git |
max_upload_size | |
id | 470842 |
size | 60,878 |
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).
You need to have cargo installed. Its installation is very simple on windows as well and linux systems.
Secondly it is better if you have Visual Studio Code installed as well. It is not a must but is advised. You can also use any other text editor like Atom, sublime-text etc.
At the moment this application is just available on cargo. To install you have to type into terminal cargo install hulk
cargo install hulk
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
Please do report bugs and suggestions here https://github.com/skillzaa/hulk/issues
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.