a commandline tool for generate static html file
python stgen-cli.py index.html
- PyYAML
- .gen folder contains:
- page.yml contains the page title,template folder directory, dependencies,etc
- layout.yml contains the layout structure of the html files
- template folder(you can name whatever you want) but you need to specify it in the page.yml in the .gen
- this template folder contains the html files that you will includes in the layout.html
- project
- .gen
- layout.yml
- page.yml
- template
- header
- header.html
- sidebar.html
- main
- content.html
- footer
- footer.html
- header
- compiled
- index.html
How to Contribute to this Project Repository:
- Fork the Project
- Create your Branch
- Commit your Changes
- Push to the Branch
- Open a Pull Request
Thank you in advance for your contributions! Godbless and Happy Coding!