mkhtml makes HTML files using header/footer file and page file
Go to file
Jus de Patate_ 16aa6dae2d support multi dir
you can now have multiple directories in pages/ and they will all end up
in builds/
2021-07-28 17:37:22 +02:00
.gitignore gitignore update 2021-07-28 17:16:52 +02:00
README.md First release 2019-12-04 08:03:02 -07:00
mkhtml support multi dir 2021-07-28 17:37:22 +02:00

README.md

mkhtml

Makes HTML files from header.html and footer.html

How to setup :

  • put your header in parts/header.html
  • put your footer in parts/footer.html
  • put your css/js (not mandatory) in src/ (you have to create this folder)
  • put pages in pages/

Now run mkhtml.sh and check builds/ it should contains your pages, with the header and the footer you defined in parts/