Metadata-Version: 2.1
Name: trakai
Version: 0.2.3
Summary: A simple blog generator designed specially to integrate into existing sites.
Home-page: https://novov.neocities.org/projects/trakai.html
Author: novov
Author-email: anon185441@gmail.com
License: MIT
Description: # Trakai
        
        **Requires Python 3.6+, [Python-Markdown](https://python-markdown.github.io), and [Jinja 2](https://jinja.palletsprojects.com)**
        
        Documentation: https://novov.neocities.org/projects/trakai.html
        
        ----
        
        ### Static site generators can be complex. [Trakai](https://novov.neocities.org/projects/trakai.html) makes it simple to get a blog up and running without harming other static content.
        
        There's plenty of static site generators out there. Most of them are focused on building sites for the Next Big Thing with hundreds of pages. But what if you've got a few HTML files with your resumé on them, and you want to create a blog article on the latest programming trend?
        
        When designing my own [blog](https://novov.neocities.org/blog/index.html), I wanted something simple - that did just what I needed it to. I found the excellent [Makesite](https://github.com/sunainapai/makesite) by Sunaina Pai, but that was too focused on general site-making, and not blog-posting. So I adapted his work and added a bit of my bad code, with the goal of making it more powerful and effective.  It still can't do the fancy stuff. But it does what I need.
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Requires-Python: >=3.6
Description-Content-Type: text/markdown
