This is my website generation tool that I use on my website. It can take ODF and TXT formats and generate it into a webpage. There are still a lot of things to do. Thanks for checking out my repo.
There is a to do list that you can look at which lists things that the program will benefit from.
The program is very simple to use and install. Essentially it's a bunch of scripts that with some external libraries generate the files to be used on the web.
- Python. Developed with Python 3.8.4 through Python 3.9.5 but most likely the latest version will work too.
- odfpy is needed to read the ODF files. Not installing this will result in
.odt
files failing to generate. - datauri is needed to generate the packed downloadable version of the website that contains all of the content embedded in itself. Not installing this library will result in
down.html
not generating.
- md-to-html will be needed to create html content from markdown.
To install the optional packages, simply invoke pip
. You can install the optional libraries using the following command:
pip install odfpy python-datauri
- Ion Icons for their filled icons