Static site, Python search #2

So I wrote the web search form form and python search program in Python 3 of course, because Python 2 no longer supported, for 8 months now. But currently I’m unable to run Python 3 on my web server. Python 2 however still works.

Python SSG filenames

Well my Python SSG worked really well locally, however as I previously mentiond, FTP wouldn’t copy some filenames with special characters, slashes for example, over. So I must rethink the file names.

WP blog to Static Site

Started work on my own WordPress to markdown, to Static Site using Python. Got as far as creating modified markdown that includes date and title. Output filename changed to “date/time title”. Bypass external comments. Plan on using Python nodule (md-to-html) that converts markdown to html.