summaryrefslogtreecommitdiff
path: root/gemparse.py
AgeCommit message (Collapse)Author
2023-07-06Fix extra lines issue and support listsSteph Enders
This now supports lists and removes all the extra lines! I kept strip as a function but made it just a proxy for .strip() but its None safe
2023-06-27Create gemini capsule for websiteSteph Enders
Generates the gemini capsule files in the make file.