Open tyeeman opened 8 years ago
Hi, no problem. I haven't done any sort of formal release on this, but you are welcome to use it. I may get to a real release / docs / readmes, that sort of thing at some point. It was written quickly to solve a problem for me - hopefully it will help you.
I am using python 2.7, with the following packages installed via pip - there's no fundamental reason that other versions won't work, but you may need to adjust a few things. I have not tested with Python 3 at all. Some of these are definitely not necessary - I had Hyde installed (another python static website generator) installed, so it dragged a bunch of things in as well, plus I have used python to control microcontrollers, so there's random stuff for that, too. But this version info may help you get things working.
arrow (0.7.0) commando (1.0.0) fswrap (1.0.0) Jinja2 (2.8) Markdown (2.6.6) MarkupSafe (0.23) moment (0.2.2) pip (8.1.1) Pygments (2.1.3) pyserial (3.1a0) python-dateutil (2.5.3) pytz (2016.4) PyYAML (3.11) setuptools (18.2) six (1.10.0) smartypants (1.8.6) times (0.7) typogrify (2.0.7)
I installed moment and markdown and all works good now, thanks.
This looks like the type of simple blog I'm looking for. Thanks for writing it! I copied to localhost here but when I run builder.py I get the import error regarding moment. What do I do to fix it?