vritant24 / cleave-html

A modular way to write static webpages
MIT License
1 stars 0 forks source link

Program Input #1

Closed vritant24 closed 6 years ago

vritant24 commented 6 years ago

I was thinking more of creating a setup file to allow multiple html files as input, because people might like to have different pages, for eg About, Contact US and so on. So it would be sort of a package.json file with one object listing the different entry points for the pages. And then we would go through the files and build them.

claytn commented 6 years ago

Agreed. Should we be assuming that all html files lie within the same directory? I think that would be the simplest way at first and later if we wanted to allow for path specification for different sets of modules we could.

vritant24 commented 6 years ago

That's fair to assume so. Require a folder named pages and have all the 'root' html files be in there. The rest is up to the user to structure.